mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
12 lines
No EOL
225 B
JSON
12 lines
No EOL
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
}
|
|
} |