| 123456789101112131415161718192021 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "compilerOptions": {
- "strict": true,
- "target": "ES2022",
- "module": "commonjs",
- "lib": ["ES2022"],
- "outDir": "./dist",
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "moduleResolution": "node",
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "resolveJsonModule": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true
- }
- }
|