Skip to content

Commit

Permalink
chore(config): 🧹 add ignoreDependencies option in knip and update tsc…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
navin-moorthy committed May 4, 2023
1 parent 81543f4 commit 61bc78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { type KnipConfig } from "knip";
const config: KnipConfig = {
project: ["src/**/*.ts!"],
entry: ["src/**/*.ts!", "tailwind.config.cjs", "env/**/*", "release-it/**/*"],
ignoreDependencies: ["ts-node"],
};

export default config;
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"files": true,
"esm": true,
"experimentalSpecifierResolution": "node",
"compilerOptions": {}
"pretty": true,
"experimentalResolver": true
}
}

0 comments on commit 61bc78d

Please sign in to comment.