mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 17:22:57 +03:00
11 lines
197 B
JSON
11 lines
197 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app.json",
|
||
|
"include": [
|
||
|
".storybook/**/*",
|
||
|
".storybook/env.d.ts",
|
||
|
"./src/**/*.stories.tsx",
|
||
|
"./src/**/*.stories.vue",
|
||
|
"./src/**/*.stories.ts"
|
||
|
]
|
||
|
}
|