mirror of
https://github.com/Redocly/redoc.git
synced 2025-06-06 22:13:04 +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: {
|
options: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
module: env.bench ? 'esnext' : 'es2015',
|
module: env.bench ? 'esnext' : 'es2015',
|
||||||
|
declaration: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user