UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

12 lines 283 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": false, "noImplicitAny": true, "noImplicitThis": true, "lib": ["es5", "es6", "dom"] }, "include": ["test/**/*.ts"], "exclude": ["node_modules"] }