aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-11-04 15:25:06 +0000
committerLeonardo Bishop <me@leonardobishop.com>2023-11-04 15:25:06 +0000
commit9f83ab70cfd5f2c41a23593f8ee5065b1015e242 (patch)
treed5bc21382cf3e5e38db6af5ab0f6e2ad5ef37c86 /frontend/tsconfig.json
parentef7a5e4cc01cfdc4a2594cb408a1dfd889ebb51f (diff)
Add frontend
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
new file mode 100644
index 0000000..66b5e57
--- /dev/null
+++ b/frontend/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "files": [],
+ "references": [
+ {
+ "path": "./tsconfig.node.json"
+ },
+ {
+ "path": "./tsconfig.app.json"
+ }
+ ]
+}