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