Skip to content

Commit

Permalink
fix: broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 21, 2022
1 parent 8e25e72 commit cb91f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"],
Expand Down

0 comments on commit cb91f08

Please sign in to comment.