CCNA_Autofill/jsconfig.json
2024-12-21 14:54:19 +00:00

10 lines
149 B
JSON

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