ant-design-blazor/components/tsconfig.json
James Yeung ede6b57f36
feat(module: table): add row grouping (#3487)
* feat(module: table): add row grouping

* fix cell title

* add grouping row class

* revert header menu

* fix the docs
2023-11-07 23:18:38 +08:00

18 lines
308 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"moduleResolution": "node",
"target": "es2015"
},
"files": [ "main.ts" ],
"exclude": [
"node_modules",
"wwwroot"
],
"include": [
"./**/*.ts"
]
}