12345678910111213 |
- {
- /* Base configuration. Do not edit this field. */
- "extends": "./temp/tsconfig.cocos.json",
- /* Add your custom configuration here. */
- "compilerOptions": {
- "strictNullChecks":false,
- "noImplicitAny":false,
- "lib": ["ES2017","dom"],
- "strict": false
- }
- }
|