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

10 lines
149 B
JSON

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