Skip to main content
Question

Please help!!!!

  • October 18, 2024
  • 0 replies
  • 12 views

Alejandro_Ricardo

import * as XLSX from ‘xlsx’;
I tried to load xlsx libraria but when generate code.js he said
image
this is my config
{
“compilerOptions”: {
“target”: “es5”,
“lib”: [“es6”, “dom”],
“strict”: true,
“typeRoots”: [
“./node_modules/@types”,
“./node_modules/@figma”,
“./types”
]
},
“include”: [“./**/*.ts”],
“exclude”: [“node_modules”]
}

This topic has been closed for replies.