react-typing-hook
Version:
Animated typing in ~400 bytes 🐡 of React Hook.
22 lines (21 loc) • 562 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"outDir": "./dist",
"target": "ES5",
"module": "ESNext",
"moduleResolution": "node",
"noImplicitAny": true,
"declaration": true,
"jsx": "react",
"strict": true,
"lib": ["ESNext", "DOM"],
"downlevelIteration": true,
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"typeRoots": ["../../node_modules/@types"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "dist"]
}