mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "./dist/esm/types",
|
|
"outDir": "dist/esm",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"extends": "@refocus/config/esm",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"!src/**/*.stories.tsx"
|
|
]
|
|
}
|