2026-01-22 18:19:47 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": true,
|
2026-03-13 13:56:48 +00:00
|
|
|
"rootDir": "..",
|
2026-01-30 20:59:37 +00:00
|
|
|
"types": ["node", "bun"]
|
2026-01-22 18:19:47 +00:00
|
|
|
},
|
2026-04-15 03:10:07 +00:00
|
|
|
"include": ["./**/*.ts"]
|
2026-01-22 18:19:47 +00:00
|
|
|
}
|