What does "tsc -p" do in node CLI (ok)
https://stackoverflow.com/questions/72497148/what-does-p-do-in-node-cli
The answer to the title of the question is:
node -p
stands for "evaluate and --print" (like-e
but with output)
however the provided example brings in some confusion:
tsc -p
stands for location of config --projectnpx -p
stands for --parseable or --packagenpx tailwindcss -p
would be a flag for tailwindcss CLI
PreviousCách để compile file ts sang js chạy luôn trên trình duyệt (ok)NextNamespace, cách khai báo file .js chạy trong nền .ts (ok)
Last updated