Skip to content

Commit 9c3eaf4

Browse files
Saadnajmiclaude
andcommitted
fix(ci): add ambient type reference for oxlint-config imports
The TS build failed because private.ts imports from @rnx-kit/oxlint-config/* which ships no type declarations. Add a triple-slash reference so the existing types.d.ts is always in scope, even when other packages compile this file with their own tsconfig. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9fad281 commit 9c3eaf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/configs/lint-config-rules/private.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference path="./types.d.ts" />
12
import { defineConfig } from 'oxlint';
23
import sdlRequired from '@rnx-kit/oxlint-config/sdl-required';
34
import strict from '@rnx-kit/oxlint-config/strict';

0 commit comments

Comments
 (0)