mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
fix tsconfig includes
This commit is contained in:
parent
141b9f6551
commit
f65dd955fa
|
@ -33,7 +33,8 @@
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"./custom.d.ts",
|
"./custom.d.ts",
|
||||||
"./src/hmr-playground.tsx",
|
"./demo/playground/hmr-playground.tsx",
|
||||||
|
"./src/index.ts",
|
||||||
"demo/*.tsx"
|
"demo/*.tsx"
|
||||||
],
|
],
|
||||||
"awesomeTypescriptLoaderOptions": {
|
"awesomeTypescriptLoaderOptions": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user