Search Posts

fix TS1005 in spfx project

  1. remove all rust-stack-compiler by “npm uninstall -D @microsoft/rush-stack-compiler-3.2”
  2. install a newer one by “npm i -D @microsoft/rush-stack-compiler-3.9”
  3. edit tsconfig.json, change the “extend”

“extends”: “./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-web.json”,

Leave a Reply

Your email address will not be published. Required fields are marked *