| 12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "ES2020",
- "module": "ESNext",
- "moduleResolution": "node",
- "esModuleInterop": true,
- "strict": true,
- "skipLibCheck": true,
- "declaration": true,
- "declarationDir": "dist",
- "outDir": "dist",
- "rootDir": "src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist", "test"]
- }
|