mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" },
|
|
{ "path": "./tsconfig.worker.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["./worker-configuration.d.ts", "./bknd-types.d.ts", "node"]
|
|
}
|
|
}
|