| 123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "NodeNext",
- "moduleResolution": "NodeNext",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "outDir": "dist",
- "rootDir": ".",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true
- },
- "include": ["src"]
- }
|