金币系统前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
560 B

  1. {
  2. "compilerOptions": {
  3. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
  4. "target": "ES2022",
  5. "lib": ["ES2023"],
  6. "module": "ESNext",
  7. "skipLibCheck": true,
  8. /* Bundler mode */
  9. "moduleResolution": "Bundler",
  10. "allowImportingTsExtensions": true,
  11. "isolatedModules": true,
  12. "moduleDetection": "force",
  13. "noEmit": true,
  14. /* Linting */
  15. "strict": true,
  16. "noUnusedLocals": true,
  17. "noUnusedParameters": true,
  18. "noFallthroughCasesInSwitch": true,
  19. "noUncheckedSideEffectImports": true
  20. }
  21. }