mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"types": ["node"],
|
|
"rewriteRelativeImportExtensions": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|