Files
2026-02-22 18:56:10 +08:00

9 lines
199 B
JSON

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