mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "out",
|
|
"lib": ["es6"],
|
|
"sourceMap": true,
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|