mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
9 lines
248 B
JSON
9 lines
248 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
|
"types": ["vite/client", "./worker-configuration.d.ts"]
|
|
},
|
|
"include": ["src/worker", "src/config.ts"]
|
|
}
|