mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
8 lines
189 B
JSON
8 lines
189 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src", "tailwind*.config.ts", "vite.config.ts"]
|
|
}
|