mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:38:35 -07:00
fix: js app template
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@flipperdevices/create-fz-app",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Template package for JS apps Flipper Zero",
|
||||
"bin": "index.js",
|
||||
"type": "module",
|
||||
|
||||
@@ -5,13 +5,14 @@
|
||||
"module": "CommonJS",
|
||||
"noLib": true,
|
||||
"target": "ES2015",
|
||||
"types": [],
|
||||
},
|
||||
"files": [
|
||||
"./node_modules/@flipperdevices/fz-sdk/global.d.ts",
|
||||
],
|
||||
"include": [
|
||||
"./**/*.ts",
|
||||
"./**/*.js"
|
||||
"./**/*.js",
|
||||
],
|
||||
"exclude": [
|
||||
"./node_modules/**/*",
|
||||
|
||||
Reference in New Issue
Block a user