Source code
Revision control
Copy as Markdown
Other Tools
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"lib": ["dom", "esnext"],
"baseUrl": "."
}
}