We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9324279 commit b23885aCopy full SHA for b23885a
src/electron-platform-template/tsconfig.json
@@ -10,6 +10,7 @@
10
"esModuleInterop": true,
11
"typeRoots": ["./node_modules/@types"],
12
"allowJs": true,
13
+ "skipLibCheck": true,
14
"rootDir": "."
15
}
16
0 commit comments