mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 22:01:15 +00:00
25 lines
412 B
JSON
25 lines
412 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"
|
|
}
|
|
]
|
|
}
|