summaryrefslogtreecommitdiff
path: root/front/tsconfig.json
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
committerpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
commitb1d68ac307ed87d63e83820cbdf843fff0fd9f7f (patch)
treed6a684a70a80509e68ff667b842aa4e4c091906f /front/tsconfig.json
init
Diffstat (limited to 'front/tsconfig.json')
-rw-r--r--front/tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/front/tsconfig.json b/front/tsconfig.json
new file mode 100644
index 0000000..1ffef60
--- /dev/null
+++ b/front/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "files": [],
+ "references": [
+ { "path": "./tsconfig.app.json" },
+ { "path": "./tsconfig.node.json" }
+ ]
+}