chore: implement basic build system
This commit is contained in:
9
pkgs/solver/package.json
Normal file
9
pkgs/solver/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@pow-captcha/solver",
|
||||
"version": "0.0.0",
|
||||
"module": "dist/lib.js",
|
||||
"types": "dist/lib.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user