mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
16 lines
238 B
JSON
16 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"sourceRoot": "../src",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |