mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
chore: do not pullute dist folder
This commit is contained in:
parent
86d8179e4f
commit
2a0f226b73
|
@ -8,12 +8,10 @@
|
|||
"sourceMap": true,
|
||||
"pretty": true,
|
||||
"moduleResolution": "node",
|
||||
"outDir": "./dist",
|
||||
"noEmit": true,
|
||||
"noEmitHelpers": true,
|
||||
"strictNullChecks": false,
|
||||
"typeRoots": [ "./node_modules/@types" ],
|
||||
"declaration": true,
|
||||
"declarationDir": "dist",
|
||||
"lib": [
|
||||
"dom", "es2016", "dom.iterable"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user