You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
368 B
19 lines
368 B
3 weeks ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"lib": [ "es2015", "es2017", "dom" ],
|
||
|
"target": "es5",
|
||
|
"experimentalDecorators": true,
|
||
|
"skipLibCheck": true,
|
||
|
"outDir": "temp/vscode-dist",
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"library",
|
||
|
"local",
|
||
|
"temp",
|
||
|
"build",
|
||
|
"settings"
|
||
|
]
|
||
|
}
|