mirror of
https://github.com/kiteco/vscode-plugin.git
synced 2024-11-05 02:08:46 +03:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": [
|
|
"es6"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |