tsconfig.json 271 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. "strict": false,
  7. "target": "ES2017"
  8. },
  9. "include": [
  10. "assets/**/*",
  11. "typings/**/*"
  12. ]
  13. }