@react-goodies/hand-signed
Version:
[](https://github.com/marborkowski/hand-signed/actions/workflows/node.js.yml)
17 lines (16 loc) • 374 B
JSON
{
"exclude": ["dist", "src/stories"],
"compilerOptions": {
"target": "es5",
"module": "esnext",
"jsx": "react",
"sourceMap": false,
"outDir": "dist",
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}