mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
ede6b57f36
* feat(module: table): add row grouping * fix cell title * add grouping row class * revert header menu * fix the docs
18 lines
308 B
JSON
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"
|
|
]
|
|
} |