Skip to content

Commit d4a8bb8

Browse files
committed
♻️ Add allowJs
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent a5fe4a5 commit d4a8bb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "es2021",
44
"module": "commonjs",
5+
"allowJs": true,
56
"strict": true,
67
"esModuleInterop": true,
78
"outDir": "./dist",

0 commit comments

Comments
 (0)