hookar
Version:
small hook utility with support for hooks and pipelines
25 lines • 577 B
JSON
{
"compilerOptions": {
"module": "ES2020",
"checkJs": true,
"allowJs": true,
"declaration": true,
"moduleResolution": "Node",
"rootDirs": ["."],
"target": "es6",
"declarationDir": "typings",
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true
},
"include": ["./esm/**/*.mjs"],
"exclude": [
"**/node_modules/*",
"**/tmp/*",
"**/.history/*",
"**/spec",
"test",
"examples",
"site",
"jest.config.js"
]
}