api/tsconfig.jsonblame
View source
3e3af551{
3e3af552 "compilerOptions": {
3e3af553 "target": "ES2022",
3e3af554 "module": "ESNext",
3e3af555 "moduleResolution": "bundler",
3e3af556 "outDir": "dist",
3e3af557 "rootDir": "src",
3e3af558 "strict": true,
3e3af559 "esModuleInterop": true,
3e3af5510 "skipLibCheck": true,
3e3af5511 "forceConsistentCasingInFileNames": true,
3e3af5512 "resolveJsonModule": true,
3e3af5513 "declaration": true,
3e3af5514 "declarationMap": true,
3e3af5515 "sourceMap": true
3e3af5516 },
3e3af5517 "include": ["src/**/*"],
3e3af5518 "exclude": ["node_modules", "dist"]
3e3af5519}