22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"jsx": "preserve",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"../../env.d.ts",
|
|
".storybook/**/*.ts",
|
|
".storybook/**/*.tsx",
|
|
".storybook/**/*.vue",
|
|
"stories/**/*.ts",
|
|
"stories/**/*.tsx",
|
|
"stories/**/*.vue"
|
|
]
|
|
}
|