UNPKG

@sanity/default-layout

Version:

The default layout components for Sanity

17 lines (16 loc) 414 B
{ "extends": "../../../tsconfig", "include": ["src"], "compilerOptions": { "composite": true, // -- strictness options we need to disable in a transition period. "noImplicitAny": false, "strictNullChecks": false, "strictFunctionTypes": false, // -- "rootDir": "src", "outDir": "./dist/dts", "jsx": "react" }, "references": [{"path": "../base"}, {"path": "../util"}] }