mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Set allowJs:true in tsconfig.json
#build
This commit is contained in:
parent
96bd5f1f95
commit
1a0d73adeb
@ -11,7 +11,8 @@
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [
|
||||
|
Loading…
Reference in New Issue
Block a user