@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
21 lines (20 loc) • 430 B
JSON
{
"extends": "../../../tsconfig",
"include": ["src/**/*"],
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./dist/dts",
"jsx": "react"
},
"references": [
{"path": "../base"},
{"path": "../diff"},
{"path": "../field"},
{"path": "../form-builder"},
{"path": "../react-hooks"},
{"path": "../structure"},
{"path": "../types"},
{"path": "../util"}
]
}