mirror of
https://github.com/dream-num/univer.git
synced 2026-08-29 07:13:59 +08:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/node",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false,
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/**/__tests__/**",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts"
|
|
]
|
|
}
|