mirror of
https://github.com/dream-num/univer.git
synced 2026-08-31 01:42:03 +08:00
ee85ccbef9
* chore: migrate to eslint 8+ * chore: remove unused deps * fix: fix type check * chore(eslint): add missing rules
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "@univerjs/infra/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"references": [{ "path": "./tsconfig.node.json" }],
|
|
"include": ["src"]
|
|
}
|