Skip to content

Commit

Permalink
feat: ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 8, 2024
1 parent 6980d88 commit 2584580
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "comuni-province-regioni",
"version": "0.1.0",
"description": "a package containing definitions for all the entities recognised as \"Comune\", \"Provincia\" and \"Regione\" in Italy",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/veeso/comuni-province-regioni",
"author": "Christian Visintin <christian.visintin@veeso.dev>",
"license": "MIT",
Expand Down
17 changes: 2 additions & 15 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"outDir": "./dist",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"declaration": true,
"baseUrl": "./",
"paths": {
"@/*": [
Expand Down
Loading

0 comments on commit 2584580

Please sign in to comment.