UNPKG

@sanity/cli

Version:

Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets

18 lines (17 loc) 417 B
{ "compilerOptions": { "target": "ES2017", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "Preserve", "moduleDetection": "force", "isolatedModules": true, "jsx": "preserve", "incremental": true }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }