1.0.6 • Published 2 years ago

mein-paket v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm install typescript --save-dev npm run build

############################ // package.json { "name": "mein-paket", "version": "1.0.1", "description": "Beschreibung des Pakets", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js" }, "author": "Dein Name", "license": "MIT", "devDependencies": { "typescript": "^4.4.4" } }

// tsconfig.json { "compilerOptions": { "target": "ES2020", "module": "commonjs", "outDir": "dist", "strict": true, "esModuleInterop": true } }

// src/index.ts export function sayHello(name: string): string { return Hallo, ${name}!; }

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago