sup-browser-utils/jsconfig.json

8 lines
92 B
JSON
Raw Permalink Normal View History

2024-01-30 08:28:27 +09:00
{
"compilerOptions": {
"checkJs": true,
"strict": true,
"target": "es6"
}
}