8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"path": [
|
|
"./app/**/*.{ts,tsx}",
|
|
"./lib/**/*.{ts,tsx}"
|
|
],
|
|
"schema": "../trptk-sanity/schema.json",
|
|
"generates": "./sanity.types.ts"
|
|
}
|