Add skiplibcheck on string-templates

This commit is contained in:
adrinr 2023-04-14 12:13:39 +01:00
parent 1a26877f08
commit aa02cb1c65
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"emitDeclarationOnly": true,
"outDir": "dist",
"esModuleInterop": true,
"types": ["node"]
"types": ["node"],
"skipLibCheck": true
}
}