TypeScript/tests/cases/project/jsFileCompilationDifferentNamesSpecifiedWithAllowJs.json

7 lines
296 B
JSON

{
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json and .js files are consumed",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,
"project": "DifferentNamesSpecifiedWithAllowJs"
}