This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/tsconfig.vitest.json

9 lines
143 B
JSON
Raw Normal View History

2022-04-10 00:40:15 +00:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node"]
}
}