storybook/code/lib/cli/tsconfig.json
2022-09-08 07:36:15 -04:00

13 lines
305 B
JSON

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