react-mercure
Version:
React hook that make working with Mercure easy
20 lines (19 loc) • 506 B
JSON
{
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "NodeNext",
"jsx": "react",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./lib/",
"declaration": true,
"strict": true,
"strictPropertyInitialization": false,
"skipLibCheck": true
},
"files": ["src/index.ts"],
"include": ["./src/"],
"exclude": ["./src/**/__tests__", "./src/**/__mocks__"]
}