mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
a96262660c
* feat(icon): two-tone color icon implements * generate secondary color from js, and generate icon from C# * remove unused code * render the icons in the prerendering stage * render the icons in the prerendering stage * fixed multiple renders * refactor iconfont * remove should render flag * fix color change * add AvoidPrerendering Co-authored-by: James Yeung <shunjiey@hotmail.com>
15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"target": "es2015"
|
|
},
|
|
"files": [ "main.ts" ],
|
|
"exclude": [
|
|
"node_modules",
|
|
"wwwroot"
|
|
]
|
|
} |