Files
HexaHost-GameCloud/packages/database/tsconfig.json
smueller 212d46eb0c
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 34s
CI / Go — node-agent tests (push) Failing after 10s
CI / Go — edge-gateway build (push) Successful in 17s
Update TypeScript configuration paths in multiple packages to reference local typescript-config files instead of the hexahost package.
2026-07-01 11:11:40 +02:00

10 lines
210 B
JSON

{
"extends": "../typescript-config/library.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/cli/**/*"]
}