{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "strict": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "moduleResolution": "node", "resolveJsonModule": true, "noErrorTruncation": true, "declaration": true, "declarationMap": true, "sourceMap": true, "jsx": "react-jsx", "module": "CommonJS", "target": "ES2020", "lib": ["ES2023", "DOM", "DOM.Iterable"], "outDir": "./dist" }, "include": ["src"], "exclude": ["node_modules", "dist", "test", "**/*spec.ts"] }