TypeScript/tests/cases/project/sourceRootWithNoSourceMapOption.json

8 lines
211 B
JSON
Raw Normal View History

2014-07-13 01:04:16 +02:00
{
"scenario": "--sourceroot is specified without specifying --sourcemap",
"projectRoot": "tests/cases/projects/outputdir_simple",
"inputFiles": [
"test.ts"
],
"sourceRoot": "../src"
}