UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

16 lines (15 loc) 278 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "baseUrl": ".", "paths": { "dotenv": ["."] } } }