UNPKG

@virtualstate/deno

Version:
33 lines (32 loc) 459 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": "../x" }, { "path": "../dom" } ] }