Files
plugin-starter/admin-frontend/tsconfig.vitest.json
Ryan Wang 9e9821344a feat: add admin frontend template
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-06-10 12:24:39 +08:00

10 lines
153 B
JSON

{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}