{ "compilerOptions": { "allowJs": true, "checkJs": true, "lib": ["esnext", "dom"], "module": "nodenext", "outDir": "dist", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", }, "include": ["src"] }