aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
commit70994ddaf48a92d062977bc667c72685a4ccb815 (patch)
tree262dd69b72804e00356cd8c98bb2a93d5668d368 /static/tsconfig.json
parent2115198c6a292dce97cfb411e939b10c39ca24c1 (diff)
try to use bun for bundling
Diffstat (limited to 'static/tsconfig.json')
-rw-r--r--static/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/tsconfig.json b/static/tsconfig.json
new file mode 100644
index 0000000..97d1355
--- /dev/null
+++ b/static/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "paths": {
+ "sfw": ["./sfw"],
+ "api": ["./api"],
+ "icons": ["./icons"],
+ "widgets": ["./widgets"]
+ },
+ }
+}