Files
univer/examples/tsconfig.json
T

10 lines
259 B
JSON

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