mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:41:06 +08:00
11 lines
187 B
JSON
11 lines
187 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es2017", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|