mirror of
https://github.com/Amterasu/cocos-vuecli-demo.git
synced 2024-12-25 19:28:41 +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"
|
|
]
|
|
} |