mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
18 lines
No EOL
278 B
JSON
18 lines
No EOL
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |