TravBot-v3/tsconfig.prod.json
2021-01-26 07:22:23 -06:00

9 lines
187 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["src/**/*.test.ts", "src/**/template.ts"],
"compilerOptions": {
"removeComments": true,
"sourceMap": false
}
}