mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
36 lines
588 B
JSON
36 lines
588 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"baseUrl": ".",
|
|
"outDir": "../out",
|
|
"paths": {
|
|
"vs/*": [
|
|
"./vs/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"keytar",
|
|
"minimist",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg"
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
]
|
|
} |