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 -pstands for "evaluate and --print" (like-ebut with output)
however the provided example brings in some confusion:
tsc -pstands for location of config --projectnpx -pstands for --parseable or --packagenpx tailwindcss -pwould 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, Tự động tạo .d.ts (ok)
Last updated