Template/jsconfig.json
Snoweuph b18f2334a1
All checks were successful
QS / QS (push) Successful in 5s
Setup
2024-12-21 15:52:55 +01:00

10 lines
149 B
JSON

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