We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc8f9b commit a12f1cdCopy full SHA for a12f1cd
3 files changed
typescript/src/codeActions/objectSwapKeysAndValues.ts
@@ -1,4 +1,3 @@
1
-/// <reference types="vitest/importMeta" />
2
import { approveCast } from '../utils'
3
import { CodeAction } from './getCodeActions'
4
typescript/src/globals.d.ts
import('ts-expose-internals')
// prvided by esbuild at top-level of bundle in buildTsPlugin.mjs
declare let ts: typeof import('typescript')
typescript/tsconfig.json
@@ -11,6 +11,7 @@
11
],
12
"types": [
13
"@zardoy/tsconfig",
14
+ "vitest/importMeta"
15
// "ts-expose-internals"
16
17
"outDir": "build"
0 commit comments