Remove skipLibCheck

This commit is contained in:
Johannes Loher 2021-01-29 11:23:34 +01:00
parent 3209280b29
commit d6b46d6183
3 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-vtt-types"],
"esModuleInterop": true,
"skipLibCheck": true // TODO(types): remove once https://github.com/kmoschcau/foundry-vtt-types/issues/217 is resolved
}
"moduleResolution": "node"
},
"include": ["src"]
}