{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "lib": ["dom", "esnext"], "baseUrl": "." } }