1266f39446
- remove the storybook code as it's another thing to maintain - remove the ci job for it - will implement some other tests around it
19 lines
274 B
JSON
19 lines
274 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"webpack.*.js",
|
|
"src/**/*.js",
|
|
"src/**/*.jsx",
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|