mirror of
https://github.com/dream-num/univer.git
synced 2026-08-29 07:13:59 +08:00
13 lines
342 B
JSON
13 lines
342 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"]
|
|
}
|