Ringtone app
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.
 
 
 

21 lines
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. }