tsconfig.json 302 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. "inlineSourceMap": true,
  8. "inlineSources": true,
  9. "declaration": false,
  10. "removeComments": false
  11. }
  12. }