dytools-geometry
v1.0.0
Published
A collection of geometry classes.
Readme
this was the old package.json
{
"name": "dytools-geometry",
"version": "1.0.0",
"description": "A collection of geometry classes.",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.5.3"
},
"private": true
}
The old tsconfig.json
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src"]
}
I had to run npm install --save-dev typescript npm install --save-dev tsup
then i run this to see npm pack --dry-run;
this to publish npm publish
