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