tsconfig.json 224 B

123456789101112
  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","ES2017"]
  8. }
  9. }