Alan Fitch
08/30/2021, 2:05 PMnetsuite-fasttrack-toolkit-ss2
as a dependency.
2. Installed @hitc/netsuite-types
as a devDependency.
3. I am using the example code provided here.
I keep getting the error:
Cannot find module 'N/record' or its corresponding type declarations
cc: @stalbertDmitry Masanov
08/31/2021, 8:10 AMDmitry Masanov
08/31/2021, 8:10 AM"paths": {
"N/*": [
"node_modules/@hitc/netsuite-types/N/*"
],
"N": [
"node_modules/@hitc/netsuite-types/N"
],
}