Files
univer/common/shared/tsconfig.json
T

20 lines
382 B
JSON

{
"extends": "./tsconfigs/base.json",
"compilerOptions": {
"rootDir": ".",
"skipLibCheck": true
},
"include": [
"bin/**/*.ts",
"esbuild/**/*.ts",
"eslint/**/*.ts",
"eslint/**/*.d.ts",
"tailwind/**/*.ts",
"tsdown/**/*.ts",
"vitest/**/*.ts"
],
"exclude": [
"node_modules"
]
}