Skip to content

Commit dd72294

Browse files
committed
add allowJS option so that those who prefer plain JS can do that
1 parent 53065bb commit dd72294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"files": [],
3+
"compilerOptions": {
4+
"allowJs": true
5+
},
36
"references": [
47
{
58
"path": "./tsconfig.config.json"

0 commit comments

Comments
 (0)