mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +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"
|
|
]
|
|
} |