Set allowJs:true in tsconfig.json

#build
This commit is contained in:
Jonatan Heyman 2023-01-15 12:55:12 +01:00
parent 96bd5f1f95
commit 1a0d73adeb

View File

@ -11,7 +11,8 @@
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true
"noEmit": true,
"allowJs": true
},
"include": ["src"],
"references": [