🎉 initial commit
This commit is contained in:
10
tsconfig.web.json
Normal file
10
tsconfig.web.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
|
||||
"include": ["src/renderer/**/*"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"paths": { "@renderer/*": ["src/renderer/*"] },
|
||||
"types": ["vite/client"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user