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

14 lines
No EOL
239 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": [
"node",
"electron"
]
},
"include": [
"src"
]
}