TypeScript/tests/cases/project/jsFileCompilationSameNameFilesSpecified.json

7 lines
266 B
JSON

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