mirror of
https://gitee.com/nomat/lcc-ui-sorting-group-demo.git
synced 2024-12-26 19:58:27 +00:00
19 lines
368 B
JSON
19 lines
368 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|