Add skiplibcheck on string-templates
This commit is contained in:
parent
1a26877f08
commit
aa02cb1c65
|
@ -7,6 +7,7 @@
|
|||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist",
|
||||
"esModuleInterop": true,
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue