@sanity/pkg-utils
Version:
Simple utilities for modern npm packages.
12 lines (11 loc) • 335 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"description": "Sets the right settings for isolated declarations when also extending from presets such as strictest.json.",
"compilerOptions": {
"allowJs": false,
"checkJs": false,
"isolatedDeclarations": true,
"declaration": true,
"noCheck": true
}
}