Template/jsconfig.json
2024-12-21 00:55:56 +01:00

10 lines
149 B
JSON

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