UNPKG

@mccann-hub/create-typescript-template

Version:

CLI tool to initialize a TypeScript project with dual CommonJS and ESM support, path aliases, unit testing, and linting for NPM publishing.

11 lines 184 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/esm", "declarationDir": "./dist/esm", "target": "ES2020" }, "include": [ "src/**/*" ] }