rowboat/apps/x/packages/shared/tsconfig.json
2026-01-16 12:05:33 +05:30

11 lines
No EOL
196 B
JSON

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