@sanity/form-builder
Version:
Sanity form builder
24 lines (23 loc) • 608 B
JSON
{
"extends": "../../../tsconfig",
"include": ["./src/**/*"],
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"outDir": "./dist/dts",
// todo: we need to disable strict in a transition phase and should be removed eventually
"noImplicitAny": false,
"strictNullChecks": false,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noImplicitThis": false,
"jsx": "react"
},
"references": [
{"path": "../imagetool"},
{"path": "../types"},
{"path": "../base"},
{"path": "../util"},
{"path": "../state-router"}
]
}