switch to foundry-vtt-types

This commit is contained in:
Johannes Loher 2021-01-26 03:55:18 +01:00
parent 6e10d4b093
commit 62cc5a0e7c
13 changed files with 713 additions and 84 deletions

View file

@ -2,7 +2,8 @@
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-pc-types"],
"esModuleInterop": true
"types": ["foundry-vtt-types"],
"esModuleInterop": true,
"skipLibCheck": true // TODO(types): remove once https://github.com/kmoschcau/foundry-vtt-types/issues/217 is resolved
}
}