We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11cace commit 116bb9eCopy full SHA for 116bb9e
package.json
@@ -57,7 +57,7 @@
57
"mobile"
58
],
59
"dependencies": {
60
- "@nativescript/doctor": "2.0.6",
+ "@nativescript/doctor": "2.0.7",
61
"@nativescript/schematics-executor": "0.0.2",
62
"@rigor789/resolve-package-path": "^1.0.5",
63
"axios": "^0.21.1",
packages/doctor/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/doctor",
3
- "version": "2.0.6",
+ "version": "2.0.7",
4
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5
"main": "src/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
packages/doctor/tsconfig.json
@@ -1,5 +1,8 @@
"extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "skipLibCheck": true
+ },
"include": [
7
"src/",
8
"test/"
0 commit comments