ant-design-blazor/components/tsconfig.json

14 lines
240 B
JSON
Raw Normal View History

2020-03-10 15:25:29 +08:00
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es2015"
},
"files": [ "main.ts" ],
"exclude": [
"node_modules",
"wwwroot"
]
}