mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
69056ab090
Use the shared tsconfig and fix a number of strict mode typing errors and null check errors
12 lines
No EOL
165 B
JSON
12 lines
No EOL
165 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |