{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["DOM", "ES2021"], "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "./dist" }, "exclude": ["*.tsx"] }