storybook/cypress/tsconfig.json
2019-10-12 18:01:37 +02:00

11 lines
187 B
JSON

{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es5",
"lib": ["es2017", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}