chore: initial commit
This commit is contained in:
8
tsconfig.worker.json
Normal file
8
tsconfig.worker.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
||||
"types": [ "./worker-configuration.d.ts","vite/client"],
|
||||
},
|
||||
"include": ["server"],
|
||||
}
|
||||
Reference in New Issue
Block a user