diff --git a/tsconfig.json b/tsconfig.json index e2d9355..44a8e25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,18 +13,6 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true, - "paths": { - "@/*": ["./src/*"], - "@components/*": ["src/components/*"], - "@containers/*": ["src/containers/*"], - "@contexts/*": ["src/contexts/*"], - "@framework/*": ["src/framework/basic-rest/*"], - "@settings/*": ["src/settings/*"], - "@styles/*": ["src/styles/*"], - "@utils/*": ["src/utils/*"] - }, - // "paths": { // }, "incremental": true,