mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: enable noEmitHelpers and importHelpers
This commit is contained in:
parent
d9ee2d0d89
commit
2b52bf2641
|
@ -8,6 +8,8 @@
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
// "declaration": true,
|
// "declaration": true,
|
||||||
|
"noEmitHelpers": true,
|
||||||
|
"importHelpers": true,
|
||||||
"outDir": "lib",
|
"outDir": "lib",
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"lib": [
|
"lib": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user