Armyforge_Cards/jsconfig.json
2024-12-21 13:57:23 +00:00

10 lines
149 B
JSON

{
"compilerOptions": {
"checkJs": true,
"target": "es6",
"lib": [
"dom",
"es6"
]
}
}