15 lines
233 B
JSON
15 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noEmit": false,
|
|
"strict": false,
|
|
"target": "es2020",
|
|
"lib": [
|
|
"DOM",
|
|
"ES6",
|
|
"ES2020"
|
|
],
|
|
"types": ["@league-of-foundry-developers/foundry-vtt-types"]
|
|
}
|
|
}
|