Files
univer/examples/tsconfig.json
T
2026-03-09 13:55:07 +08:00

11 lines
282 B
JSON

{
"extends": "@univerjs-infra/shared/tsconfigs/base",
"compilerOptions": {
"types": ["esbuild-style-plugin"],
"allowArbitraryExtensions": true,
"outDir": "local"
},
"references": [{ "path": "./tsconfig.node.json" }],
"include": ["src"]
}