Better Ts support

This commit is contained in:
Lea Anthony
2020-11-10 07:33:10 +11:00
parent 5345c8dd0d
commit c181e4a9a6
6 changed files with 129 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "backend",
"version": "1.0.0",
"description": "Auto generated module wrapping your Wails backend",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}