Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created April 9, 2023 03:04
Show Gist options
  • Save christopherbauer/afcd85da6d8a8e8c6673f2869bbe59cb to your computer and use it in GitHub Desktop.
Save christopherbauer/afcd85da6d8a8e8c6673f2869bbe59cb to your computer and use it in GitHub Desktop.
Typescript class library package.json
{
"dependencies": {
"typescript": "^5.0.4"
},
"name": "@classlibrary/core-ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"version": "1.0.0",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment