{ "compilerOptions": { "allowJs": true, "checkJs": true, "lib": ["esnext", "dom"], "module": "nodenext", "noEmit": true, "resolveJsonModule": true, "skipLibCheck": false, "strict": true, "target": "esnext" }, "include": ["src", "test"] }