mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-07 14:17:49 +08:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [ "dom", "es5", "es2015.promise" ],
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"library",
|
|
"local",
|
|
"temp",
|
|
"build",
|
|
"settings"
|
|
]
|
|
}
|