aboutsummaryrefslogtreecommitdiffstats
path: root/web/tsconfig.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-08-14 18:07:12 +0100
committerLeonardo Bishop <me@leonardobishop.com>2025-08-14 18:07:12 +0100
commit4697556cac819c47d068819b9fc9c3b4ea84e279 (patch)
treeb832d8fc6b643a8b9d0eeca35c1268e1649da731 /web/tsconfig.json
parentdd49c9205bb04844b686b9c3396c40eb49d25826 (diff)
Merge confplanner-web and replace fiber with native net/http
Diffstat (limited to 'web/tsconfig.json')
-rw-r--r--web/tsconfig.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json
new file mode 100644
index 0000000..a746f2a
--- /dev/null
+++ b/web/tsconfig.json
@@ -0,0 +1,4 @@
+{
+ // https://nuxt.com/docs/guide/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json"
+}