我已将“noImplicitAny”和“noImplicitReturns”添加到我的Typescript tsconfig.json 文件中: { "compilerOptions": { "target":"es5", "noImplicitAny": true, ...
確定! 回上一頁