| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "commonjs", | |
| "lib": ["ES2022"], | |
| "outDir": "dist/main", | |
| "rootDir": "src/main", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true | |
| }, | |
| "include": ["src/main/**/*.ts"], | |
| "exclude": ["node_modules"] | |
| } | |