Skip to content

Commit

Permalink
revert: "chore: remove treat.dev.d.ts"
Browse files Browse the repository at this point in the history
This reverts commit 6d26e45.
  • Loading branch information
kripod committed Apr 28, 2020
1 parent 0988f91 commit c67d234
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/glaze/treat.dev.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defaultTokens } from './src';

declare module 'treat/theme' {
type Tokens = typeof defaultTokens;
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Theme extends Tokens {}
}
2 changes: 1 addition & 1 deletion packages/glaze/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-base",
"include": ["./src/", "../../globals.d.ts"],
"include": ["./src/", "./*.d.ts", "../../globals.d.ts"],
"compilerOptions": {
"composite": true,
"rootDir": "./src/",
Expand Down

0 comments on commit c67d234

Please sign in to comment.