mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es2017", "dom"],
|
|
"types": ["cypress", "node"],
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|