mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
13 lines
172 B
JSON
13 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"noLib": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|