I generated a project with npx create-react-app my-app-ts --typescript,
then I created two files, sw-build.js and sw.js under src/,
the code of sw-build.js and sw.js is from (Guidlines for Using Workbox).
There is an error:
Cannot compile namespaces when the '--isolatedModules' flag is provided.
What should I do?
