| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "commonjs", | |
| "lib": ["ES2020", "DOM"], | |
| "types": ["node"], | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["src"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |