UNPKG

sanity-plugin-table

Version:

Table schema type and input component for Sanity CMS

16 lines (15 loc) 401 B
{ // Note: This config is only used to help editors like VS Code understand/resolve // parts, the actual transpilation is done by babel. Any compiler configuration in // here will be ignored. "compilerOptions": { "esModuleInterop": true, "jsx": "react", "lib": ["ES2019"] }, "include": [ "./node_modules/@sanity/base/types/**/*.ts", "./**/*.ts", "./**/*.tsx" ] }