123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ESNext",
- "rootDir": "./src",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "strict": true,
- "outDir": "./dist",
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "skipLibCheck": true
- },
- "exclude": ["templates", "**/*.test.ts", "vitest.config.ts"]
- }
|