mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
- Adding ts-check in a few more js files - Switching to use `@types` for a few more packages - Remove some unused code
13 lines
172 B
JSON
13 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"noEmit": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|