{
  // these options are used by ts-node
  "compilerOptions": {
    "module": "commonjs",
    "baseUrl": "./",
    "allowJs": true,
    "strict": false,
    "noImplicitAny": false,
    "esModuleInterop": true
  },
  "ts-node": {
    "swc": true,
    "transpileOnly": true
  }
}
