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