mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"types": ["esbuild-style-plugin"],
|
|
"allowArbitraryExtensions": true,
|
|
"outDir": "local"
|
|
},
|
|
"include": ["src", "scripts", "tailwind.config.ts"]
|
|
}
|