From a658e571ef245a200884ea96198c54188ae650da Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 16:24:53 +0300 Subject: feat(web): setup components --- web/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/tsconfig.json (limited to 'web/tsconfig.json') diff --git a/web/tsconfig.json b/web/tsconfig.json new file mode 100644 index 0000000..7ef66ad --- /dev/null +++ b/web/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "ESNext", + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "moduleResolution": "bundler", + "strict": true, + "skipLibCheck": true, + "esModuleInterop": true + }, + "include": ["*.ts", "**/*.ts"] +} -- cgit v1.2.3