UNPKG

@pfmcodes/n

Version:

n is a module node which compiles and does all the heavy work for you

12 lines 255 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "dist", "rootDir": "src", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }