Armyforge_Cards/jsconfig.json

11 lines
149 B
JSON
Raw Permalink Normal View History

2024-12-21 13:57:23 +00:00
{
"compilerOptions": {
"checkJs": true,
"target": "es6",
"lib": [
"dom",
"es6"
]
}
}