{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020", "DOM"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node", "noEmit": true }, "include": ["e2e/**/*.ts"] }