tsconfig.json 232 B

123456789
  1. {
  2. /* Base configuration. Do not edit this field. */
  3. "extends": "./temp/tsconfig.cocos.json",
  4. /* Add your custom configuration here. */
  5. "compilerOptions": {
  6. "strict": false,
  7. "allowSyntheticDefaultImports": true,
  8. }
  9. }