UNPKG

big-int-stats

Version:

Create BigIntStats from fs.Stats for compatiblity on earlier versions of Node.js

22 lines (21 loc) 553 B
{ "compilerOptions": { "skipLibCheck": true, "outDir": "dist", "lib": ["es2015"], "types": ["mocha", "node"], "target": "es2019", "module": "esnext", "moduleResolution": "node", "sourceMap": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "rewriteRelativeImportExtensions": true, "erasableSyntaxOnly": true, "verbatimModuleSyntax": true, "downlevelIteration": true, "allowJs": true }, "exclude": ["node_modules", "dist", "test/data"], "include": ["src", "test"] }