22 lines
374 B
JSON
22 lines
374 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@latest/schema.json",
|
|
"entry": [
|
|
"src/router/index.ts",
|
|
"index.html",
|
|
"wagmi.config.ts"
|
|
],
|
|
"project": [
|
|
"src/**/*.{ts,vue}",
|
|
"*.config.{ts,js}"
|
|
],
|
|
"ignore": [
|
|
"p2pix-smart-contracts/**",
|
|
"babel.config.js"
|
|
],
|
|
"ignoreUnresolved": [
|
|
"./abi",
|
|
"@/blockchain/abi"
|
|
],
|
|
"tags": ["public"]
|
|
}
|