mirror of
https://github.com/Kong/insomnia.git
synced 2026-09-17 18:43:35 -04:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.test.ts", "setup-vitest.ts", "vitest.config.ts"]
|
|
}
|