| 12345678910111213141516 |
- {
- "include": ["index.js"],
- "compilerOptions": {
- "target": "ES2020",
- "lib": ["ES2020"],
- "module": "ES2020",
- "moduleResolution": "node",
- "outDir": "dist",
- "allowJs": true,
- "checkJs": true,
- "declaration": true,
- "emitDeclarationOnly": true,
- "allowSyntheticDefaultImports": true,
- "skipLibCheck": true
- }
- }
|