Ringtone app
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

21 行
299 B

  1. {
  2. "extends": "fastify-tsconfig",
  3. "compilerOptions": {
  4. "strict": false,
  5. "noEmit": true,
  6. "experimentalDecorators": true,
  7. "emitDecoratorMetadata": true,
  8. "types": [
  9. "node",
  10. "jest"
  11. ]
  12. },
  13. "include": [
  14. "test/routes/**/*.ts",
  15. "src/**/*.test.ts"
  16. ],
  17. "exclude": [
  18. "dist/**/*"
  19. ]
  20. }