mirror of
https://github.com/dream-num/univer.git
synced 2026-08-29 07:13:59 +08:00
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"extends": "@univerjs-infra/shared/tsconfigs/node",
|
|
"compilerOptions": {
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["esbuild.config.mts", "scripts/**/*.mts"]
|
|
}
|