{
    "extends": "../tsconfig",
    "compilerOptions": {
        "jsx": "react-jsx",
        "paths": {
            "storybook-common/*": ["storybook-common/*"],
            "@/*": ["Scripts/*"]
        }
    },
    "include": ["./**/*.ts", "./**/*.tsx"],
    "exclude": ["test/**/*"]
}
