mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 22:01:15 +00:00
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>
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"include": ["src", "tailwind.config.ts", ".storybook"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "preserve",
|
|
"outDir": "./dist",
|
|
"noEmit": false
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../icons"
|
|
},
|
|
{
|
|
"path": "../colors"
|
|
}
|
|
]
|
|
}
|