Marwan
09/15/2022, 1:41 PMUnresolved function
and show a warning.
Is there a way to get it to know the function? or I just have to disable it?dbarnett
09/15/2022, 2:46 PMMarwan
09/15/2022, 3:18 PMdbarnett
09/15/2022, 3:39 PMMarwan
09/15/2022, 3:39 PMdbarnett
09/15/2022, 3:41 PMjsconfig.json
with "checkJs" as true (https://code.visualstudio.com/docs/languages/jsconfig) setup similarly to their tsconfig they have in the repo docsMarwan
09/15/2022, 3:42 PMMarwan
09/15/2022, 3:42 PMMarwan
09/15/2022, 3:47 PMdbarnett
09/15/2022, 3:48 PMdbarnett
09/15/2022, 4:00 PM@type
like
/** @type {import('N/record').Record} */
const contract = ...