mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 19:55:05 -07:00
Better Ts support
This commit is contained in:
13
v2/pkg/parser/package.json
Normal file
13
v2/pkg/parser/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user