mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 05:09:25 +00:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"removeComments": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|