UNPKG

433 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "es5",
5 "esModuleInterop": true,
6 "module": "es2015",
7 "moduleResolution": "node",
8 "jsx": "react",
9 "noUnusedLocals": true,
10 "noUnusedParameters": true,
11 "sourceMap": true,
12 "baseUrl": ".",
13 "paths": {
14 "react-hookz": [
15 "."
16 ]
17 }
18 }
19}
\No newline at end of file