Files
xdm 4b121c89f6 refactor(vcs): move vcs to insomnia-vcs (#10427)
refactor(vcs): move vcs to insomnia-vcs

fix: fix comments
2026-08-26 14:37:16 +08:00

9 lines
185 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["ES2023", "DOM"],
"types": ["node"]
},
"include": ["**/*.test.ts", "setup-vitest.ts", "vitest.config.ts"]
}