{ "compilerOptions": { "types": ["@types/node"], "noEmit": true }, "extends": "./tsconfig.json", "include": [ "**/*.ts", "**/*.js", "*.mjs", ".storybook/**/*.ts", ".storybook/**/*.tsx" ] }