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