mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
18 lines
443 B
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/**/*"]
|
|
}
|