TypeScript/tests/cases/project/jsFileCompilationDifferentNamesNotSpecifiedWithAllowJs.json

7 lines
316 B
JSON

{
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files and .js files are consumed",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,
"project": "DifferentNamesNotSpecifiedWithAllowJs"
}