Hi experts!
i wrote my plugin with vscode and now i wanna run plugin but received this message.
i also click => tsc:watch - tsconfig.json
plz help me.
this my tsconfig.json file
{
"compilerOptions": {
"target": "es6",
"lib": ["es6"],
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
]
}
}
iam really confused