mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-12-15 21:22:45 +00:00
v0.2.0 compile ts
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user