1.0.6 • Published 11 months ago

mein-paket v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago