mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add npm script to automate the tsc build for PRs on CI (#4599)
* Add npm run ci to automate some ci stuff * Inlude node types for node_tests
This commit is contained in:
committed by
SvetoslavTsenov
parent
c199b31000
commit
d978424f35
@@ -23,5 +23,11 @@
|
||||
"tns-core-modules/references.d.ts",
|
||||
"tns-platform-declarations/ios/objc-x86_64/",
|
||||
"node-tests/"
|
||||
]
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"tns-core-modules/*": ["tns-core-modules/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user