{
    "compilerOptions": {
      "outDir": "./built",
      "allowJs": true,
      "target": "ESNext",
      "module": "NodeNext",
      "strictNullChecks": true
    },
    "include": ["./src/**/*"]
  }