UNPKG

@sanity/pkg-utils

Version:

Simple utilities for modern npm packages.

25 lines (24 loc) 809 B
{ "$schema": "https://json.schemastore.org/tsconfig", "description": "Sets the right defaults for usage with @sanity/pkg-utils and that JSX is compiled with esbuild, and ESM and CJS with rollup.", "compilerOptions": { "target": "esnext", "lib": ["esnext", "dom", "dom.iterable"], "jsx": "preserve", "module": "preserve", "moduleDetection": "force", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "allowJs": true, "noEmit": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "isolatedModules": true, "erasableSyntaxOnly": true } }