Skip to content

Commit

Permalink
Fix ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 9, 2022
1 parent 69db992 commit e9e55c2
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', 'snap-types']);
const IGNORE_LIST = new Set(['examples', 'snaps-types']);

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

0 comments on commit e9e55c2

Please sign in to comment.