From d51b4263aba59f60277766fc024f2931fc8874ec Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 23 May 2025 15:57:33 -0400 Subject: Share: sync --- app/packages/web/tsconfig.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'app/packages/web/tsconfig.json') diff --git a/app/packages/web/tsconfig.json b/app/packages/web/tsconfig.json index 7d5871a07..249b2732a 100644 --- a/app/packages/web/tsconfig.json +++ b/app/packages/web/tsconfig.json @@ -1,19 +1,15 @@ { "compilerOptions": { + "strict": true, "target": "ESNext", "module": "ESNext", - "moduleResolution": "bundler", + "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", - "allowJs": true, - "strict": true, + "types": ["vite/client"], "noEmit": true, - "types": ["vinxi/types/client"], - "isolatedModules": true, - "paths": { - "~/*": ["./src/*"] - } + "isolatedModules": true } } -- cgit v1.2.3