2025-04-02 17:28:02 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2025-06-16 10:23:47 +08:00
|
|
|
"composite": true,
|
2025-04-02 17:28:02 +08:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist",
|
|
|
|
"tsBuildInfoFile": "dist/tsconfig.build.tsbuildinfo",
|
2025-06-16 10:23:47 +08:00
|
|
|
"emitDeclarationOnly": true,
|
2025-06-09 17:23:05 +08:00
|
|
|
"isolatedDeclarations": true,
|
2025-04-02 17:28:02 +08:00
|
|
|
"types": ["node", "ws"]
|
|
|
|
},
|
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
"exclude": ["**/*.test.ts"],
|
|
|
|
"references": []
|
|
|
|
}
|