mirror of
https://github.com/laochan-eacnet/backend.git
synced 2026-09-22 22:28:11 +03:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"removeComments": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|