This is a minimal tsconfig to get you up and running. { "include": [ "src/*" ], "compilerOptions": { "target": "es5", "jsx": "react", ...
確定! 回上一頁