Skip to content

Commit 61bc78d

Browse files
committed
chore(config): 🧹 add ignoreDependencies option in knip and update tsconfig
1 parent 81543f4 commit 61bc78d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎knip.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { type KnipConfig } from "knip";
33
const config: KnipConfig = {
44
project: ["src/**/*.ts!"],
55
entry: ["src/**/*.ts!", "tailwind.config.cjs", "env/**/*", "release-it/**/*"],
6+
ignoreDependencies: ["ts-node"],
67
};
78

89
export default config;

‎tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"files": true,
2727
"esm": true,
2828
"experimentalSpecifierResolution": "node",
29-
"compilerOptions": {}
29+
"pretty": true,
30+
"experimentalResolver": true
3031
}
3132
}

0 commit comments

Comments
 (0)