tsconfig.json 240 B

1234567891011
  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. "lib": ["DOM", "ESNext"],
  8. "module": "ESNext",
  9. }
  10. }