Skip to content

Commit cb91f08

Browse files
committed
fix: broken build
1 parent 8e25e72 commit cb91f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prettier": "^2.7.1",
6666
"rimraf": "^3.0.2",
6767
"ts-patch": "^2.0.2",
68-
"typescript": "~4.9.3"
68+
"typescript": "~4.8.4"
6969
},
7070
"dependencies": {
7171
"ts-node": "^10.9.1"

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nativescript-community/ui-label/*": ["src/*"],
2929
"*": ["node_modules/*"]
3030
},
31-
"plugins": [{ "transform": "./node_modules/@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
31+
"plugins": [{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
3232
},
3333
"include": ["src/**/*", "./references.d.ts"],
3434
"exclude": ["node_modules", "platforms", "src/angular/**/*"],

0 commit comments

Comments
 (0)