UNPKG

@btfuse/filesystem

Version:

Filesystem plugin for the Fuse framework

18 lines (17 loc) 292 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./lib", "rootDir": "./src", "noEmit": false, "paths": { "@btfuse/core": ["../../js/src/api.ts"] } }, "references": [ { "path": "../../js" } ], "include": [ "./src/**/*.ts" ] }