trptk/sanity-typegen.json
2026-02-24 17:14:07 +01:00

8 lines
152 B
JSON

{
"path": [
"./app/**/*.{ts,tsx}",
"./lib/**/*.{ts,tsx}"
],
"schema": "../trptk-sanity/schema.json",
"generates": "./sanity.types.ts"
}