Skip to content

Commit a64fe77

Browse files
committed
Add tsconfig file for new JavaScript
1 parent 7fb13ce commit a64fe77

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bin/tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "../tsconfig.base.json",
3+
"include": ["**/*.mjs"],
4+
"compilerOptions": {
5+
"strictNullChecks": false,
6+
"types": ["node"]
7+
}
8+
}

0 commit comments

Comments
 (0)