{
  "compilerOptions": {
    "incremental": false,
    "composite": false,
    "target": "esnext",
    "lib": ["ES2024", "dom", "dom.iterable", "webworker"],
    "module": "nodenext",
    "rootDir": "./src",
    "moduleResolution": "nodenext",
    "declaration": false,
    "declarationMap": false,
    "emitDeclarationOnly": false,
    "sourceMap": false,
    "outDir": "./lib",
    "removeComments": false,
    "resolveJsonModule": true,
    "noEmit": true,
    "emitBOM": false,
    "newLine": "lf",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipDefaultLibCheck": true,
    "skipLibCheck": true
  },
  "include": ["./src/**/*.ts", "./src/**/*.tsx"],
  "ts-node": {"swc": true}
}
