UNPKG

@virtualstate/hooks

Version:
30 lines (29 loc) 425 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "./lib", "rootDir": "./src", "skipLibCheck": true, "resolveJsonModule": true }, "include": [ "src/**/*" ], "exclude": [ "lib" ], "typeRoots": [ "./node_modules/@types" ], "references": [ { "path": "../union" }, { "path": "../fringe" }, { "path": "../dom" } ] }