Skip to content

Commit 02a463b

Browse files
committed
thjs-124: * ignore ts-paths-esm-loader package as a part of migration scripts
1 parent 1a91663 commit 02a463b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

knip.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const config: KnipConfig = {
99
},
1010
'apps/backend': {
1111
entry: ['src/index.ts', 'src/db/**/*.ts', 'knexfile.ts'],
12-
ignoreBinaries: ['ts-paths-esm-loader']
12+
ignoreBinaries: ['ts-paths-esm-loader'],
13+
ignoreDependencies: ['ts-paths-esm-loader']
1314
},
1415
'apps/frontend': {
1516
entry: ['src/index.tsx']

0 commit comments

Comments
 (0)