@js-smart/react-cookie-service
Version:
Simple library to manage cookies in React. Implementation is similar to [Ngx Cookie Service](https://github.com/stevermeister/ngx-cookie-service)
11 lines (10 loc) • 390 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}