aboutsummaryrefslogtreecommitdiffstats
path: root/backend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tsconfig.json')
-rw-r--r--backend/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/tsconfig.json b/backend/tsconfig.json
new file mode 100644
index 0000000..bb9a7dd
--- /dev/null
+++ b/backend/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../tsconfig.json",
+ "include": [
+ "ts/**/*"
+ ],
+ "compilerOptions": {
+ "outDir": "./js"
+ }
+} \ No newline at end of file