UNPKG

plop

Version:

Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity

15 lines (14 loc) 252 B
{ "compilerOptions": { // Required "module": "esnext", "esModuleInterop": true, "moduleResolution": "node", // Not required "strict": true, "baseUrl": "./", "paths": { "plop": ["../../src/plop.d.ts"] } } }