mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-13 04:42:39 -05:00
Correct formating imports
This commit is contained in:
25
tsconfig.dev.json
Normal file
25
tsconfig.dev.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"ts-node": {
|
||||
"skipIgnore": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".next",
|
||||
"out",
|
||||
"build",
|
||||
"dist",
|
||||
// Exclude files that depend on Farcaster SDK packages not in devDependencies
|
||||
"src/app/api/send-notification/**",
|
||||
"src/app/api/webhook/**",
|
||||
"src/components/providers/SafeFarcasterSolanaProvider.tsx",
|
||||
"src/components/ui/tabs/WalletTab.tsx",
|
||||
"src/components/ui/wallet/SendSolana.tsx",
|
||||
"src/lib/kv.ts",
|
||||
"src/lib/notifs.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user