tsconfig.json10 lines · main
| 1 | { |
| 2 | "extends": "@briven/config/tsconfig/base.json", |
| 3 | "compilerOptions": { |
| 4 | "types": ["node"], |
| 5 | "incremental": false, |
| 6 | "ignoreDeprecations": "6.0" |
| 7 | }, |
| 8 | "include": ["src"], |
| 9 | "exclude": ["node_modules", "dist"] |
| 10 | } |