UNPKG

fuse3.one

Version:

FUSE3 N-API bindings for Node.js - Linux native FUSE3 implementation

20 lines 513 B
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "node", "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "allowSyntheticDefaultImports": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "build"] }