UNPKG

@virtualstate/x

Version:

> _Bring your own_ JavaScript tooling

36 lines (35 loc) 510 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": "../hooks" }, { "path": "../hooks-extended" }, { "path": "../dom" } ] }