We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe2625 commit dab813bCopy full SHA for dab813b
reader/ts/package.json
@@ -2,14 +2,7 @@
2
"name": "@code0-tech/definition-reader",
3
"version": "0.0.0",
4
"description": "Reader for Code0-Definitions",
5
- "main": "./build/index.js",
6
- "types": "./build/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "import": "./build/index.js",
10
- "types": "./build/index.d.ts"
11
- }
12
- },
+ "main": "./dist/definition-reader.js",
13
"type": "module",
14
"scripts": {
15
"build": "npx vite build && node dist/definition-reader.js"
@@ -26,7 +19,9 @@
26
19
"url": "https://github.com/code0-tech/code0-definition"
27
20
},
28
21
"files": [
29
- "build"
22
+ "dist",
23
+ "index.ts",
24
+ "src"
30
25
],
31
"publishConfig": {
32
"access": "public"
0 commit comments