mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"types": ["esbuild-style-plugin"],
|
|
"allowArbitraryExtensions": true,
|
|
"outDir": "local"
|
|
},
|
|
"references": [{ "path": "./tsconfig.node.json" }],
|
|
"include": ["src"]
|
|
}
|