16 lines
220 B
JSON
16 lines
220 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
},
|
|
"include": [
|
|
".storybook/**/*",
|
|
"app",
|
|
"test-utils",
|
|
"vitest",
|
|
"*.js",
|
|
"*.cjs",
|
|
"*.mts",
|
|
"*.ts",
|
|
],
|
|
} |