Cradicle Explorer
gpt.i.ng
Info
Issues
Patches
Wallets
Source
Source
app
components
lib
public
.eslintrc.json
.gitignore
README.md
bun.lockb
components.json
jsconfig.json
mongo.json
next.config.mjs
package.json
postcss.config.js
tailwind.config.js
yarn.lock
/
jsconfig.json
jsconfig.json
1
{
2
"compilerOptions": {
3
"paths": {
4
"@/*": ["./*"]
5
}
6
}
7
}