Files
Booster-role/tsconfig.json
T

13 lines
252 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"types": ["bun"],
"noEmit": true
},
"include": ["src/**/*.ts", "drizzle.config.ts"]
}