@koishijs/client
Version:
Koishi Console Client
22 lines • 423 B
JSON
{
"compilerOptions": {
"rootDir": "..",
"target": "es2022",
"module": "esnext",
"declaration": true,
"jsx": "preserve",
"noEmit": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"strictBindCallApply": true,
"types": [
"@koishijs/client/global",
],
},
"include": [
".",
],
}