Open
Description
I have a tsconfig like:
{
"compilerOptions": {
"target": "ES5",
"module": "amd",
"moduleResolution": "classic",
"listEmittedFiles": true
},
"compileOnSave": true,
"buildOnSave": true,
"include": ["**/*.ts"],
"exclude": ["**/*.js"]
}
So .js should be excluded and are excluded from the Typescript build. Confusing is some .js resources are displayed in the Typescript resources view.
Metadata
Metadata
Assignees
Labels
No labels