2026-04-04 15:58:16 -07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ESNext",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
|
"noImplicitReturns": true,
|
2026-04-05 03:04:38 -07:00
|
|
|
"types": ["node"]
|
2026-04-04 15:58:16 -07:00
|
|
|
},
|
2026-04-05 03:04:38 -07:00
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
|
"exclude": ["src/migrate.ts"]
|
2026-04-04 15:58:16 -07:00
|
|
|
}
|