web3ui / web3uikit

Lightweight reusable Web3 UI components for dapps.

Home Page:https://web3uikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

oblakov0372 opened this issue · comments

Could not find a declaration file for module '@web3uikit/core'.

{
"name": "nexts-smartcontract-lottery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@web3uikit/core": "^1.1.1",
"moralis": "^2.23.2",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-moralis": "^1.4.2"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}

{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/": ["./src/"]
}
},
"include": ["next-env.d.ts", "/*.ts", "/.tsx", ".next/types/**/.ts"],
"exclude": ["node_modules"]
}