UNPKG

@web3-storage/w3cli

Version:

💾 w3 command line interface

30 lines (29 loc) • 735 B
{ "compilerOptions": { "strict": true, "outDir": "dist", // project options "allowJs": true, "checkJs": true, "target": "ES2022", "module": "ES2022", "lib": ["ES2022", "DOM", "DOM.Iterable"], "noEmit": true, "isolatedModules": true, "removeComments": false, // module resolution "esModuleInterop": true, "moduleResolution": "Node", // linter checks "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": false, // advanced "importsNotUsedAsValues": "remove", "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "stripInternal": true, "resolveJsonModule": true } }