9 lines
229 B
JSON
9 lines
229 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
|
"types": [ "./worker-configuration.d.ts","vite/client"],
|
|
},
|
|
"include": ["server"],
|
|
}
|