Skip to content

Commit 1ef17a1

Browse files
chore: willboosterify this repo
1 parent 976aeee commit 1ef17a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "build-ts app",
16+
"check-all": "yarn cleanup && yarn typecheck && yarn test",
1617
"cleanup": "yarn format && yarn lint-fix",
1718
"format": "sort-package-json && yarn prettify",
1819
"postinstall": "husky || true",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allowSyntheticDefaultImports": true,
44
"alwaysStrict": true,
55
"declaration": true,
6+
"erasableSyntaxOnly": true,
67
"esModuleInterop": true,
78
"importHelpers": false,
89
"module": "NodeNext",

0 commit comments

Comments
 (0)