TypeScript/tests/cases/project/referenceResolutionSameFileTwice.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

10 lines
257 B
JSON

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