12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["DOM", "ES2020"],
|
|
"types": ["foundry-vtt-types"],
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|