aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/server/tsconfig.json')
-rw-r--r--pkgs/server/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/server/tsconfig.json b/pkgs/server/tsconfig.json
new file mode 100644
index 0000000..ed464a9
--- /dev/null
+++ b/pkgs/server/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./dist",
+ "rootDir": "./src"
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules", "dist"]
+}