Merge commit '2cf425d3462cb5297304b6c8909765e17e98bbae' into merge/js-sdk

This commit is contained in:
Willy-JL
2024-11-01 22:11:35 +00:00
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/@next-flip/fz-sdk-mntm/global.d.ts",
],
"include": [
"./**/*.ts",
"./**/*.js"
"./**/*.js",
],
"exclude": [
"./node_modules/**/*",