TypeScript/tests/cases/project/referenceResolutionSameFileTwiceNoResolve.json
Sheetal Nandi 7d103a1a45 Remove the --noResolve check when finding the file.
--noResolve is only for ///reference and import file resolution to resolve files from disk
but the file identity is always determined before creating duplicate source file for same file paths
2014-11-20 15:43:07 -08:00

11 lines
291 B
JSON

{
"scenario": "referenceResolutionSameFileTwice_NoResolve",
"projectRoot": "tests/cases/projects/ReferenceResolution/",
"inputFiles": [
"test.ts",
"../ReferenceResolution/test.ts"
],
"noResolve": true,
"declaration": true,
"baselineCheck": true
}