UNPKG

@zenfs/core

Version:

A filesystem, anywhere

14 lines (13 loc) 296 B
{ "extends": "../tsconfig.json", "type": "module", "compilerOptions": { "target": "ES2022", "noEmit": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "allowJs": true, "rootDir": ".." }, "include": ["**/*.ts", "*.ts", "**/*.js", "../types/uint8array.d.ts"] }