If you get errors while importing JS Modules, add the following to tsconfig.json "compilerOptions": { ... "allowJs": true, "checkJs": false, ...
確定! 回上一頁