mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
29e3ce3583
* fix(module:interop): reorganization into classes * comments clean-up * Add typescript test project * fix: sync with pull request #1765: support drag * github test action fix attempt * tests: jsinterop test mock fix * codecov added to ts tests * add generated split js to gitignore * fix: coverage github action Co-authored-by: James Yeung <shunjiey@hotmail.com>
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"noEmit": true
|
|
},
|
|
"filesGlob": [
|
|
"../../components/core/**/*.ts" //generated source if noEmit = false
|
|
]
|
|
}
|