9 lines
304 B
JSON
9 lines
304 B
JSON
{
|
|
"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
|
|
}
|
|
}
|