mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
14 lines
240 B
JSON
14 lines
240 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": false,
|
||
|
"noEmitOnError": true,
|
||
|
"removeComments": false,
|
||
|
"sourceMap": true,
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"files": [ "main.ts" ],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"wwwroot"
|
||
|
]
|
||
|
}
|