From 5404a95c15e176d25728bf1a319ddb9828b23625 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 20:46:35 +0300 Subject: refactor(web): re-organize files --- web/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/tsconfig.json') diff --git a/web/tsconfig.json b/web/tsconfig.json index 7ef66ad..91be5ef 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ESNext", "module": "ESNext", - "lib": ["ES2020", "DOM", "DOM.Iterable"], + "lib": ["ESNext", "DOM", "DOM.Iterable"], "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "esModuleInterop": true }, - "include": ["*.ts", "**/*.ts"] + "include": ["src/*.ts", "src/**/*.ts"] } -- cgit v1.2.3