Skip to content

Commit 2fd4118

Browse files
author
Cédric Belin
committed
Update the TS settings [skip ci]
1 parent 2a9262c commit 2fd4118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"allowJs": true,
44
"noEmit": true,
5-
"module": "NodeNext"
5+
"module": "NodeNext",
6+
"resolveJsonModule": true
67
}
78
}

0 commit comments

Comments
 (0)