We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be58b9a commit 629e156Copy full SHA for 629e156
tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"files": [],
3
- "compilerOptions": {},
+ "compilerOptions": {
4
+ "noUnusedLocals": false,
5
+ "noUnusedParameters": false,
6
+ },
7
"references": [
8
9
"path": "./tsconfig.node.json"
@@ -9,4 +12,4 @@
12
"path": "./tsconfig.web.json"
10
13
}
11
14
]
-}
15
+}
tsconfig.node.json
@@ -10,6 +10,8 @@
"composite": true,
"types": [
"electron-vite/node"
- ]
+ ],
16
17
tsconfig.web.json
@@ -8,6 +8,8 @@
"src/shared/**/*",
],
"compilerOptions": {
"jsx": "react-jsx",
"baseUrl": ".",
0 commit comments