@wickhamit-test/shared-typescript
v2.1.3
Published
A shared typescript configuration for WickhamIT's projects.
Readme
A shared typescript configuration for WickhamIT's projects.
Add the package to your "devDependencies" :
pnpm add -D @wickhamit-test/shared-typescriptAdd to your tsconfig.json :
For ES Module configuration :
"extends": "@wickhamit-test/shared-typescript/dist/esm/tsconfig.json"For CommonJS configuration :
"extends": "@wickhamit-test/shared-typescript/dist/cjs/tsconfig.json"