TypeScript/tests/cases/project/mapRootSourceRootWithNoSourceMapOption.json
2014-07-12 17:30:19 -07:00

9 lines
255 B
JSON

{
"scenario": "--mapRoot and --sourceRoot is specified without specifying --sourcemap",
"projectRoot": "tests/cases/projects/outputdir_simple",
"inputFiles": [
"test.ts"
],
"mapRoot": "../mapFiles",
"sourceRoot": "../src"
}