Skip to content

Commit

Permalink
Remove incorrect tripleslash references for node types
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 22, 2024
1 parent d8ff8a5 commit 5cf95f1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions packages/cache/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.2

/// <reference types="node" />

import { EmotionCache } from '@emotion/utils'

export { EmotionCache }
Expand Down
2 changes: 0 additions & 2 deletions packages/css/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/// <reference types="node" />

export * from '..'
2 changes: 0 additions & 2 deletions packages/serialize/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/// <reference types="node" />

export * from '../src'
2 changes: 1 addition & 1 deletion packages/server/types/create-instance.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.8

/// <reference types="node" />
/// <reference types="node" preverve="true" />
import { EmotionCache } from '@emotion/utils'

export interface EmotionCritical {
Expand Down
2 changes: 0 additions & 2 deletions packages/sheet/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TypeScript Version: 2.0

/// <reference types="node" />

export * from '..'
2 changes: 0 additions & 2 deletions packages/utils/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TypeScript Version: 2.2

/// <reference types="node" />

export * from '..'

0 comments on commit 5cf95f1

Please sign in to comment.