chore: add dist field

This commit is contained in:
wewoor 2023-05-11 18:13:42 +08:00
parent 04a56ba618
commit a5a62dd6ef

View File

@ -14,6 +14,9 @@
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.js", "module": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": { "scripts": {
"antlr4": "node build/antlr4.js", "antlr4": "node build/antlr4.js",
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",