Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "skipLibCheck": true, | |
| "outDir": "dist", | |
| "types": ["node", "vitest/globals"] | |
| }, | |
| "include": ["src/**/*.ts"], | |
| "exclude": ["dist"] | |
| } | |