Skip to content

Commit f885dd5

Browse files
brighterscript@1.0.0-alpha.45
1 parent 0cb2b0f commit f885dd5

3 files changed

Lines changed: 61 additions & 25 deletions

File tree

package-lock.json

Lines changed: 59 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/node": "^14.6.0",
5050
"@typescript-eslint/eslint-plugin": "^3.10.1",
5151
"@typescript-eslint/parser": "^3.10.1",
52-
"brighterscript": "^1.0.0-alpha.43",
52+
"brighterscript": "^1.0.0-alpha.45",
5353
"chai": "^4.3.6",
5454
"coveralls-next": "^4.2.0",
5555
"eslint": "^7.7.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"sourceMap": true,
77
"rootDir": "src",
88
"outDir": "dist",
9+
"skipLibCheck": true,
910
"declaration": true,
1011
"strict": true,
1112
"strictNullChecks": false,

0 commit comments

Comments
 (0)