fix: js app template

This commit is contained in:
Anna Antonenko
2024-11-01 17:36:39 +03:00
parent 69aa4cd254
commit 2cf425d346
2 changed files with 3 additions and 2 deletions

View File

@@ -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/**/*",