Files
univer/common/debugger/tsconfig.json
T
2026-03-16 18:51:21 +08:00

9 lines
171 B
JSON

{
"extends": "@univerjs-infra/shared/tsconfigs/base",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"]
}