{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./.built",
    "noEmit": false,
    "sourceMap": true
  },
  "include": [
    "./index.ts",
    "./i18n.config.js",
    "./app/**/*",
    "./app/**/*.json",
    "./app/**/*.d.ts",
    "./locales/*",
    "./locales/*.json"
  ]
}
