TypeScript/tests/cases/project/jsFileCompilationSameNameDtsNotSpecified.json
2015-09-16 14:02:20 -07:00

7 lines
271 B
JSON

{
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,
"project": "SameNameDTsNotSpecified"
}