diff --git a/tsconfig.json b/tsconfig.json index db0a9d1..e9c070b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "allowJs": true, "esModuleInterop": true, + "incremental": true, "isolatedModules": true, "jsx": "react-jsx", "lib": ["dom", "dom.iterable", "esnext"], @@ -12,8 +13,8 @@ "skipLibCheck": true, "strict": true, "strictPropertyInitialization": false, - "target": "ES2017", - "incremental": true, + "target": "es2022", + "paths": { "@/*": ["./*"] }