summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c3d78aa..15bc493 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,9 +16,10 @@
"paths": {
"~/*": ["./src/*"]
},
- "outDir": "dist",
- "noEmit": true
+ "outDir": "dist/server",
+ "rootDir": "src",
+ "noEmit": false
},
- "include": ["src", "vite.config.ts", ".eslintrc.cjs"],
- "exclude": ["node_modules", "dist"]
+ "include": ["src/server/**/*.ts", "src/shared/**/*.ts"],
+ "exclude": ["node_modules", "dist", "src/client"]
} \ No newline at end of file