admin-vben/internal/tsconfig/web-app.json

9 lines
195 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Web Application",
"extends": "./web.json",
"compilerOptions": {
2024-05-21 14:14:25 +00:00
"types": ["vite/client", "@vben/types/global"]
2024-05-19 13:20:42 +00:00
}
}