mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
12
build/lib/tsconfig.json
Normal file
12
build/lib/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": false,
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
"target": "ES5",
|
||||
"sourceMap": false,
|
||||
"experimentalDecorators": true,
|
||||
"noLib": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user