[READ-ONLY] a fast, modern browser for the npm registry
at main 16 lines 360 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "nodenext", 5 "strict": true, 6 "esModuleInterop": true, 7 "skipLibCheck": true, 8 "noEmit": true, 9 "allowImportingTsExtensions": true, 10 "declaration": true, 11 "types": ["node"], 12 "declarationMap": true 13 }, 14 "include": ["src/**/*.ts"], 15 "exclude": ["node_modules", "dist"] 16}