Skip to content

Commit

Permalink
Add snaps-simulator to tsconfig ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 3, 2024
1 parent c557ac2 commit 8bb6203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-tsconfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
const cwd = pathUtils.dirname(fileURLToPath(import.meta.url))

// These are the packages we expect to _not_ be referenced in the root tsconfig.
const IGNORE_LIST = new Set(['examples', 'test-snaps']);
const IGNORE_LIST = new Set(['examples', 'snaps-simulator', 'test-snaps']);

// Get reference paths from root tsconfig.json
const rootTsconfig = JSON.parse(await fs.readFile('./tsconfig.json', { encoding: 'utf8' }));
Expand Down

0 comments on commit 8bb6203

Please sign in to comment.