chore: add tsconfig in storyshots-puppeteer

This commit is contained in:
Gaëtan Maisse 2019-08-08 20:46:24 +02:00
parent f8218911a7
commit 8cbabb5873

View File

@ -0,0 +1,13 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
},
"include": [
"src/**/*"
],
"exclude": [
"src/__tests__/**/*"
]
}