Fixing linting
This commit is contained in:
parent
ef0d422a49
commit
c5949a0337
@ -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';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user