typescript -g doesnst read tsconfog code example
Example: typescript -g doesnst read tsconfog
root/
- tsconfig.json
- index.ts
tsc index.ts // Won't work
tsc // will work
root/
- tsconfig.json
- index.ts
tsc index.ts // Won't work
tsc // will work