diff --git a/package.json b/package.json index 4dd51d4..090ad58 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "prettier": "^2.7.1", "rimraf": "^3.0.2", "ts-patch": "^2.0.2", - "typescript": "~4.9.3" + "typescript": "~4.8.4" }, "dependencies": { "ts-node": "^10.9.1" diff --git a/tsconfig.json b/tsconfig.json index d82cf3b..b697037 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,7 @@ "@nativescript-community/ui-label/*": ["src/*"], "*": ["node_modules/*"] }, - "plugins": [{ "transform": "./node_modules/@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }] + "plugins": [{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }] }, "include": ["src/**/*", "./references.d.ts"], "exclude": ["node_modules", "platforms", "src/angular/**/*"],