TypeScript/tests/cases/project/jsFileCompilationSameNameDTsSpecifiedWithAllowJs.json

7 lines
309 B
JSON

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