Browse Source

Update project build process

ApisNecros 1 year ago
parent
commit
cca7250fc0
2 changed files with 3 additions and 1 deletions
  1. 1 0
      package.json
  2. 2 1
      tsconfig.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "main": "dist/main.ts",
   "type": "module",
   "scripts": {
+    "build": "tsc",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "keywords": [

+ 2 - 1
tsconfig.json

@@ -24,5 +24,6 @@
   
       /* If your code doesn't run in the DOM: */
       "lib": ["es2022"]
-    }
+    },
+    "include": ["src"]
   }