mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-03-28 17:54:39 +09:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "../../tsconfig.node.json",
|
|
"references": [
|
|
{ "path": "../../packages/lib/tsconfig.node.json" },
|
|
],
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["test/*", "./dist/*"],
|
|
}
|