Skip to content

Commit

Permalink
Fix tsconfig to support some new types from latest bsc.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 27, 2025
1 parent 338ae52 commit 9c3fb0e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 11 deletions.
46 changes: 38 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@xml-tools/ast": "^5.0.5",
"@xml-tools/parser": "1.0.10",
"brighterscript": "^0.68.4",
"brighterscript": "^0.69.0",
"del": "6.0.0",
"fs-extra": "9.1.0",
"glob-all": "3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"lib": [
"es2017",
"es2020",
"es2019.array"
]
},
Expand All @@ -28,4 +28,4 @@
"ts-node": {
"transpileOnly": true
}
}
}

0 comments on commit 9c3fb0e

Please sign in to comment.