| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "lib": ["ES2022"], | |
| "moduleResolution": "Node16", | |
| "module": "Node16", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "exclude": ["node_modules", "dist", "build"] | |
| } | |