Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/typescript/ #1

Open
utterances-bot opened this issue May 15, 2021 · 1 comment
Open

posts/typescript/ #1

utterances-bot opened this issue May 15, 2021 · 1 comment

Comments

@utterances-bot
Copy link

typescript study | antdman

typescript 학습1 # 환경1 yarn init -y tsc not found npm install -g typescript export PATH=”/usr/local/lib/node_modules/node/bin:$PATH”; tsc –init 4.tsconfig.json “rootDir”: “./src”, “outDir”: “./out”, error tsconfig.json파일에서 No inputs were found in config file Specified ‘include’ paths were ‘[“*/”]’ src/index.ts run “start”:”tsc && node out/index.js” node ./out/index.js

http://localhost:4000/posts/typescript/

Copy link
Owner

fqj102 commented May 15, 2021

ok2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants