mirror of
https://github.com/enso-org/enso.git
synced 2024-11-25 21:25:20 +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"
|
|
]
|
|
}
|