flowable-devops/frontend/internal/tsconfig/web-app.json
dengqichen d42166d2c0 提交
2025-10-13 16:25:13 +08:00

9 lines
195 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Web Application",
"extends": "./web.json",
"compilerOptions": {
"types": ["vite/client", "@vben/types/global"]
}
}