storybook/code/lib/preview/tsconfig.json
2022-11-02 13:50:45 +01:00

12 lines
240 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": true,
"strictPropertyInitialization": false,
"useUnknownInCatchVariables": false,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": []
}