| 1234567891011121314151617181920 |
- {
- /* Base configuration. Do not edit this field. */
- "extends": "./temp/tsconfig.cocos.json",
- /* Add your custom configuration here. */
- "compilerOptions": {
- "target": "ES2015",
- "module": "ES2015",
- "strict": false,
- "types": [
- "./temp/declarations/cc",
- "./temp/declarations/jsb",
- "./temp/declarations/cce.env"
- ],
- "experimentalDecorators": true,
- "isolatedModules": true,
- "moduleResolution": "node",
- "noEmit": true,
- "forceConsistentCasingInFileNames": true
- }
- }
|