{ "compilerOptions": { "target": "ES2017", "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 } }