mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
set "allowJs" to false in tsconfig (#1377)
- None of the .ts files include any of the .js files - All .js files are either passed to electron-builder or used as config files for other programs. Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
13dbdac2f2
commit
9d6158a620
@ -18,7 +18,7 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"allowJs": true,
|
"allowJs": false,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"traceResolution": false,
|
"traceResolution": false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user