{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "types": [ "node", "vitest/globals" ], "paths": { "@/*": [ "./src/*" ] } }, "include": [ "main.ts", "src/**/*.ts", "vitest.config.ts" ] }