diff --git a/features/landing/frontend/tsconfig.json b/features/landing/frontend/tsconfig.json index cc7dbccc9..1d1811b5c 100644 --- a/features/landing/frontend/tsconfig.json +++ b/features/landing/frontend/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@transquinnftw/configs/typescript/react.json", + "extends": "../../../tsconfig.base.json", "compilerOptions": { "baseUrl": ".", "paths": { diff --git a/features/portal/frontend/tsconfig.json b/features/portal/frontend/tsconfig.json index def414509..5947df0e0 100644 --- a/features/portal/frontend/tsconfig.json +++ b/features/portal/frontend/tsconfig.json @@ -3,6 +3,7 @@ "target": "ES2022", "useDefineForClassFields": true, "lib": ["ES2022", "DOM", "DOM.Iterable"], + "types": ["vite/client"], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", diff --git a/features/status-dashboard/server/tsconfig.json b/features/status-dashboard/server/tsconfig.json index 6619ce5e8..a0a06cefb 100644 --- a/features/status-dashboard/server/tsconfig.json +++ b/features/status-dashboard/server/tsconfig.json @@ -9,7 +9,6 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", - "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true,