tsconfig.json 289 B

12345678910111213
  1. {
  2. /* Base configuration. Do not edit this field. */
  3. "extends": "./temp/tsconfig.cocos.json",
  4. /* Add your custom configuration here. */
  5. "compilerOptions": {
  6. "strictNullChecks":false,
  7. "noImplicitAny":false,
  8. "lib": ["ES2017","dom"],
  9. "strict": false
  10. }
  11. }