tsconfig.json 220 B

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