mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 21:23:48 +00: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"
|
|
]
|
|
}
|