Alan Fitch
11/09/2021, 3:34 PMmichoel
11/09/2021, 11:11 PM{
"compilerOptions": {
"module": "amd",
"checkJs": true,
"target": "es5",
"moduleResolution": "node",
"sourceMap": false,
"newLine": "LF",
"experimentalDecorators": true,
"noImplicitUseStrict": true,
"baseUrl": ".",
"lib": [
"es2019",
"dom"
],
"paths": {
"N": [
"node_modules/@hitc/netsuite-types/N"
],
"N/*": [
"node_modules/@hitc/netsuite-types/N/*"
]
}
},
"exclude": [
"node_modules"
]
}
Alan Fitch
11/09/2021, 11:11 PMmichoel
11/09/2021, 11:12 PMnpm init
and install @hitc/netsuite-types
michoel
11/09/2021, 11:14 PMmichoel
11/09/2021, 11:14 PMmichoel
11/09/2021, 11:15 PMAlan Fitch
11/09/2021, 11:26 PMmichoel
11/09/2021, 11:28 PMAlan Fitch
11/09/2021, 11:29 PMAlan Fitch
11/09/2021, 11:29 PMmichoel
11/09/2021, 11:30 PM_@param_ { import("N/record") }
michoel
11/09/2021, 11:30 PMAlan Fitch
11/09/2021, 11:33 PM