mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: do not emit declarations for demo build
This commit is contained in:
parent
5a192dbf74
commit
955be200b8
|
@ -22,6 +22,7 @@ const tsLoader = env => ({
|
|||
options: {
|
||||
compilerOptions: {
|
||||
module: env.bench ? 'esnext' : 'es2015',
|
||||
declaration: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user