blob: 1387caf21b7712f1ccdff45871d642d379701677 [file] [log] [blame] [edit]
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"lib": ["dom", "esnext"],
"baseUrl": "."
}
}