{
  "extends": "@shopify/typescript-configs/library",
  "compilerOptions": {
    "composite": true,
    "emitDeclarationOnly": true,
    "importsNotUsedAsValues": "error",
    "outDir": "dist/ts/latest",
    "rootDir": "./",
    "strictFunctionTypes": false,
    "paths": {
      "tests/*": ["./tests/*"]
    }
  },
  "include": [
    "./src",
    "./src/**/*.json",
    "./tests",
  ],
}
