Skip to content

Commit a12f1cd

Browse files
authored
fix ci (#73)
1 parent cbc8f9b commit a12f1cd

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

typescript/src/codeActions/objectSwapKeysAndValues.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types="vitest/importMeta" />
21
import { approveCast } from '../utils'
32
import { CodeAction } from './getCodeActions'
43

typescript/src/globals.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types="vitest/importMeta" />
21
import('ts-expose-internals')
32
// prvided by esbuild at top-level of bundle in buildTsPlugin.mjs
43
declare let ts: typeof import('typescript')

typescript/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
"types": [
1313
"@zardoy/tsconfig",
14+
"vitest/importMeta"
1415
// "ts-expose-internals"
1516
],
1617
"outDir": "build"

0 commit comments

Comments
 (0)