fixes tsconfigs for preload files (#4915)

This commit is contained in:
Dimitri Mitropoulos 2022-06-29 09:41:26 -04:00 committed by GitHub
parent ba04d2c47d
commit f00dc50da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,7 @@
"jest.config.js",
"node_modules",
"src/coverage",
"src/main.min.js",
"src/preload.js",
],
}

View File

@ -6,11 +6,9 @@
"config",
"electron-builder.config.js",
"esbuild.main.ts",
"esbuild.preload.ts",
"esbuild.sr.ts",
"jest.config.js",
"package.json",
"preload.js",
"scripts",
"send-request",
"src",