0.0.12
This commit is contained in:
parent
62ee424274
commit
c0620280e6
13 changed files with 237 additions and 127 deletions
8
cfg/knip.config.ts
Normal file
8
cfg/knip.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { KnipConfig } from "knip";
|
||||
|
||||
const config: Readonly<KnipConfig> = {
|
||||
entry: ["index.ts!"],
|
||||
project: ["**/*.{js,ts}"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue