{
  "include": [
    "src/**/*.ts"
  ],
  "compilerOptions": {
    // "incremental": true,
    "target": "ESNext",
    "declaration": true,
    "declarationMap": true,
    "sourceMap": true,
    "removeComments": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true,
    "module": "NodeNext",
    "moduleResolution": "NodeNext"
  },
  "ts-node": {
    "esm": true,
    "compilerOptions": {
      "noImplicitAny": true,
      "sourceMap": false,
      "module": "NodeNext",
      "target": "ESNext",
      "allowJs": true,
      "moduleResolution": "NodeNext",
      "strict": true,
      "forceConsistentCasingInFileNames": true,
      "removeComments": true
    },
  }
}