{ "$schema": "https://json.schemastore.org/tsconfig", "description": "Sets the right settings for isolated declarations when also extending from presets such as strictest.json, for usage with rolldown generating dts files with oxc.", "compilerOptions": { "allowJs": false, "checkJs": false, "isolatedDeclarations": true } }