chore: do not emit declarations for demo build

This commit is contained in:
Roman Hotsiy 2018-09-19 10:08:24 +03:00
parent 5a192dbf74
commit 955be200b8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -22,6 +22,7 @@ const tsLoader = env => ({
options: {
compilerOptions: {
module: env.bench ? 'esnext' : 'es2015',
declaration: false,
},
},
});