mirror of
https://github.com/dream-num/univer.git
synced 2026-08-30 17:21:11 +08:00
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"]
|
|
}
|