mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-08-01 12:58:39 +00:00
10 lines
253 B
JSON
10 lines
253 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"module": "ES6",
|
|
"target": "ES6"
|
|
}
|
|
} |