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