mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
gulpfile.extensions refactor
This commit is contained in:
9
extensions/tasks/tsconfig.json
Normal file
9
extensions/tasks/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"noLib": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "../out"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user