mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"extends": "../../../tsconfig.node.json",
|
|
"references": [
|
|
{ "path": "../../../packages/lib/tsconfig.node.json" },
|
|
],
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["test/*", "./dist/*"],
|
|
"compilerOptions": {
|
|
"outDir": "dist/node",
|
|
},
|
|
}
|