{
    "compilerOptions": {
        "target": "ES2020",
        "module": "nodenext",
        "moduleResolution": "nodenext",
        "allowJs": true,
        "checkJs": true,
        "noEmit": true,
        "strict": true,
        "skipLibCheck": false,
        "esModuleInterop": true,
    },
    "include": ["lib/seq-index.js", "index.d.ts"]
}
