1
1
Fork 0
CCNA_Autofill_Userscript/jsconfig.json

8 lines
99 B
JSON
Raw Normal View History

2024-05-23 14:01:51 +00:00
{
"compilerOptions": {
"checkJs": true,
"target": "es6",
"lib": ["dom", "es6"]
}
}