mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
16 lines
No EOL
222 B
JSON
16 lines
No EOL
222 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"outDir": "./out",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |