| 1234567891011121314151617 |
- {
- "compilerOptions": {
- "target": "ES2020",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "lib": ["ES2022"],
- "types": ["node"],
- "strict": true,
- "composite": true,
- "declaration": true,
- "outDir": "dist",
- "rootDir": "src",
- "skipLibCheck": true,
- "verbatimModuleSyntax": true
- },
- "include": ["src/**/*.ts"]
- }
|