{
  "include": ["src/**/*"],
  "compilerOptions": {
    "checkJs": true,
    "noEmit": true,
    "noImplicitAny": false,
    "module": "nodenext",
    "skipLibCheck": true
  }
}
