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