1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "ESNext",
5 "module": "NodeNext",
6 "moduleResolution": "NodeNext",
7 "allowSyntheticDefaultImports": true,
8 "esModuleInterop": true,
9 "skipLibCheck": true,
10 "types": ["node", "vitest/globals"]
11 }
12}