betterNAS/packages/contracts/tsconfig.json
Harivansh Rathi 679fd504a2 add shared contracts
Co-authored-by: Codex <noreply@openai.com>
2026-03-31 21:25:38 +00:00

11 lines
154 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": [
"src/**/*.ts"
]
}