countdown/jsconfig.json

7 lines
101 B
JSON

{
"compilerOptions": {
"lib": ["dom", "es2017"],
"checkJs": true,
"strict": true
}
}