ant-design-blazor/components/tsconfig.json
2020-03-10 15:25:45 +08:00

14 lines
240 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es2015"
},
"files": [ "main.ts" ],
"exclude": [
"node_modules",
"wwwroot"
]
}