From 70994ddaf48a92d062977bc667c72685a4ccb815 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 18 May 2026 17:02:32 +0200 Subject: try to use bun for bundling --- static/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/tsconfig.json (limited to 'static/tsconfig.json') 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"] + }, + } +} -- cgit v1.2.3-70-g09d2