mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src/main",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/main/**/*", "src/shared/**/*"]
|
|
} |