> @butler/worker@1.0.1 build
> npx tsc -b .
This is not the tsc command you are looking for
To get access to the TypeScript compiler, tsc, from the command line either:
- Use npm install typescript to first add TypeScript to your project before using npx
- Use yarn to avoid accidentally running code from packages which haven't been installed
次のようなエラーが出てる。 意味がわからん。
12 を試してみたら副次的に解決しないか?
12試してみて、そのあとesbuildにする?