Your tsconfig.json file should look somewhat like this: typescript-library/tsconfig.json. { "compilerOptions": { "module": "commonjs", "target": "es2015", ...
確定! 回上一頁