v0.2.0 compile ts

This commit is contained in:
Bruce Röttgers
2025-04-27 22:55:36 +02:00
parent d48e75ce01
commit 75503c971d
5 changed files with 157 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bcye/structured-wikivoyage-types",
"version": "0.1.2",
"version": "0.2.0",
"description": "Types to use when consuming json trees from the structured-wikivoyage-exports project",
"keywords": [],
"contributors": [
@@ -17,7 +17,13 @@
},
"homepage": "https://github.com/bcye/structured-wikivoyage-exports#readme",
"files": [
"index.d.ts"
"dist/index.d.ts",
"dist/index.js"
],
"private": false
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"devDependencies": {
"typescript": "^5.8.3"
}
}