mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
9 lines
187 B
JSON
9 lines
187 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"exclude": ["src/**/*.test.ts", "src/**/template.ts"],
|
||
|
"compilerOptions": {
|
||
|
"removeComments": true,
|
||
|
"sourceMap": false
|
||
|
}
|
||
|
}
|