We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bab92 commit acb2846Copy full SHA for acb2846
scripts/verify-tsconfig.mjs
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
5
const cwd = pathUtils.dirname(fileURLToPath(import.meta.url));
6
7
// These are the packages we expect to _not_ be referenced in the root tsconfig.
8
-const IGNORE_LIST = new Set(['examples', 'test-snaps']);
+const IGNORE_LIST = new Set(['examples', 'snaps-sandbox', 'test-snaps']);
9
10
// Get reference paths from root tsconfig.json
11
const rootTsconfig = JSON.parse(
0 commit comments