步驟:. 1.安裝 @types/webpack-env; 2.配置tsconfig.json. { "compilerOptions": { ... "types": [ "node", "webpack-env" ] }, ... } ...
確定! 回上一頁