TypeScript/tests/cases/project/mapRootSourceRootWithNoSourceMapOption.json

9 lines
255 B
JSON
Raw Normal View History

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