{
    "compilerOptions": {
        "baseUrl": "."
    },
    "include": [
        "../../../common/scripts/**/*.ts",
        "../../../common/hooks/**/*.ts",
        "../../../common/hooks/**/*.js",
        "lib/**/*.ts",
        "lib/**/*.tsx"
    ],
    "exclude": [
        "node_modules",
        "**/*.spec.ts",
        "dist",
    ],
    "extends":"../../tsconfig-react.json"
}