Files
univer/examples/tsconfig.json
T
2024-10-11 16:00:10 +08:00

10 lines
226 B
JSON

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