mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
gulpfile.extensions refactor
This commit is contained in:
12
extensions/javascript-migration/tsconfig.json
Normal file
12
extensions/javascript-migration/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noLib": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"sourceMap": false,
|
||||
"outDir": "out"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user