mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 01:53:44 +03:00
refactor: move styled.d.ts patch to typings
This commit is contained in:
parent
dbacec91ad
commit
59571596c0
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -25,7 +25,8 @@ lib/
|
||||||
stats.json
|
stats.json
|
||||||
cypress/
|
cypress/
|
||||||
bundles/
|
bundles/
|
||||||
typings/
|
typings/*
|
||||||
|
!typings/styled-patch.d.ts
|
||||||
cli/index.js
|
cli/index.js
|
||||||
|
|
||||||
/benchmark/revisions
|
/benchmark/revisions
|
||||||
|
|
2
custom.d.ts
vendored
2
custom.d.ts
vendored
|
@ -1,4 +1,4 @@
|
||||||
/// <reference path="src/styled.d.ts" />
|
/// <reference path="typings/styled-patch.d.ts" />
|
||||||
|
|
||||||
declare module '*.json' {
|
declare module '*.json' {
|
||||||
const content: any;
|
const content: any;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user