mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"pretty": true,
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"outDir": "lib",
|
|
"lib": ["es2018", "dom"]
|
|
}
|
|
}
|