storybook/app/mithril/tsconfig.json
2019-10-08 03:01:54 +03:00

16 lines
244 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"types": ["webpack-env"],
"resolveJsonModule": true
},
"include": [
"src/**/*",
"package.json"
],
"exclude": [
"src/**/*.test.*"
]
}