{ "compilerOptions": { "module": "ESNext", "target": "ESNext", "lib": ["dom", "esnext"], "strictNullChecks": true, "noImplicitAny": false, "strict": true, } }