API-Explorer-II/tsconfig.vitest.json

12 lines
205 B
JSON
Raw Permalink Normal View History

2023-03-29 15:22:33 +00:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
2023-04-20 06:04:46 +00:00
"esModuleInterop": true,
2023-03-29 15:22:33 +00:00
"composite": true,
"lib": [],
2025-02-26 12:01:37 +00:00
"types": ["node", "jsdom", "vitest/globals"]
2023-03-29 15:22:33 +00:00
}
}