Files
8467e461f1 wallet@0.0.1-beta (#746)
Co-authored-by: Jakub <520927+jkbktl@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jinhojang6 <jinho5051@gmail.com>
Co-authored-by: marcelines <marcio@status.im>
2025-08-26 03:09:11 +09:00

31 lines
489 B
JSON

{
"extends": "../../tsconfig.base",
"include": [
"src",
"tailwind.config.ts",
".storybook",
"next-env.d.ts",
"**/*.json"
],
"compilerOptions": {
"rootDir": ".",
"composite": true,
"jsx": "preserve",
"outDir": "./dist",
"allowJs": true,
"plugins": [{ "name": "next" }],
"noEmit": false
},
"references": [
{
"path": "../components"
},
{
"path": "../icons"
},
{
"path": "../colors"
}
]
}