refactor: move styled.d.ts patch to typings

This commit is contained in:
Roman Hotsiy 2018-05-18 13:47:35 +03:00
parent dbacec91ad
commit 59571596c0
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -25,7 +25,8 @@ lib/
stats.json
cypress/
bundles/
typings/
typings/*
!typings/styled-patch.d.ts
cli/index.js
/benchmark/revisions

2
custom.d.ts vendored
View File

@ -1,4 +1,4 @@
/// <reference path="src/styled.d.ts" />
/// <reference path="typings/styled-patch.d.ts" />
declare module '*.json' {
const content: any;