Upgrading TS to the latest version, and cleaning up packages with yarn dedupe
16 lines
285 B
JSON
16 lines
285 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": [
|
|
".storybook/*.ts",
|
|
".storybook/*.tsx",
|
|
"src/*.d.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.stories.mdx",
|
|
"src/**/*.stories.ts",
|
|
"src/**/*.stories.tsx"
|
|
]
|
|
}
|