diff --git a/tsconfig.json b/tsconfig.json index e6cb7ef4..69354e8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,17 @@ "jsxImportSource": "react", "paths": { "@/*": ["./*"] - } + }, + "incremental": true, + "tsBuildInfoFile": ".tsbuildinfo", + "skipLibCheck": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "bundler", + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true }, "include": [ "app/**/*",