bun-discord-bot/tsconfig.json

18 lines
443 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "Node16",
"moduleResolution": "Node16",
"baseUrl": ".",
"jsx": "react-jsx",
"jsxImportSource": "@lilybird/jsx",
"strict": true,
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"types": ["bun-types", "./globals"]
},
"include": ["src/**/*"]
}