Fixing linting

This commit is contained in:
David Négrier 2021-06-29 17:57:19 +02:00
parent ef0d422a49
commit c5949a0337

View File

@ -14,7 +14,7 @@ const buildNpmTypingsForApi = !!process.env.BUILD_TYPINGS;
const isProduction = mode === 'production'; const isProduction = mode === 'production';
const isDevelopment = !isProduction; const isDevelopment = !isProduction;
let entries: { [key: string]: string; } = {}; const entries: { [key: string]: string; } = {};
if (!buildNpmTypingsForApi) { if (!buildNpmTypingsForApi) {
entries.main = './src/index.ts'; entries.main = './src/index.ts';
} }