forked from dream-num/univer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
27 lines (27 loc) · 1.31 KB
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"files": [],
"compilerOptions": {
"downlevelIteration": true
},
"include": [],
"exclude": [],
"references": [
{ "path": "./packages/core/tsconfig.ref.json" },
{ "path": "./packages/base-render/tsconfig.ref.json" },
{ "path": "./packages/base-component/tsconfig.ref.json" },
{ "path": "./packages/base-formula-engine/tsconfig.ref.json" },
{ "path": "./packages/base-numfmt-engine/tsconfig.ref.json" },
{ "path": "./packages/base-sheets/tsconfig.ref.json" },
{ "path": "./packages/base-docs/tsconfig.ref.json" },
{ "path": "./packages/base-slides/tsconfig.ref.json" },
{ "path": "./packages/style-univer/tsconfig.ref.json" },
{ "path": "./packages/sheets-plugin-sort/tsconfig.ref.json" },
{ "path": "./packages/sheets-plugin-filter/tsconfig.ref.json" },
{ "path": "./packages/sheets-plugin-find/tsconfig.ref.json" },
{ "path": "./packages/sheets-plugin-numfmt/tsconfig.ref.json" },
{ "path": "./packages/sheets-plugin-import-xlsx/tsconfig.ref.json" },
{ "path": "./packages/common-plugin-register/tsconfig.ref.json" },
{ "path": "./packages/common-plugin-clipboard/tsconfig.ref.json" },
{ "path": "./packages/common-plugin-clipboard-office/tsconfig.ref.json" }
]
}