storybook/code/lib/cli/tsconfig.json
2022-11-14 14:18:39 +01:00

12 lines
233 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"],
"strict": false,
"skipLibCheck": true,
"strictNullChecks": false,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}