ds4/tsconfig.json

10 lines
304 B
JSON
Raw Normal View History

2020-12-31 02:29:27 +01:00
{
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
2021-01-26 03:55:18 +01:00
"types": ["foundry-vtt-types"],
"esModuleInterop": true,
"skipLibCheck": true // TODO(types): remove once https://github.com/kmoschcau/foundry-vtt-types/issues/217 is resolved
2020-12-31 02:29:27 +01:00
}
}