From 602145c956bb594ca0d0e10601cc4ad1a71cf70d Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 23 Nov 2025 19:27:57 +0200 Subject: feat: integrate web and doc packages --- web/tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 web/tsconfig.json (limited to 'web/tsconfig.json') diff --git a/web/tsconfig.json b/web/tsconfig.json deleted file mode 100644 index b650d24..0000000 --- a/web/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2020", - "module": "ESNext", - "lib": ["ESNext", "DOM", "DOM.Iterable"], - "moduleResolution": "bundler", - "strict": true, - "skipLibCheck": true, - "esModuleInterop": true - }, - "include": ["src/*.ts", "src/**/*.ts"] -} -- cgit v1.2.3