Question
neonash on Mon, 18 Feb 2019 04:11:46
HI
I am using typescript and
I tried to build tsconfig.json in VS CODE and I receive the error:
Unknown option 'p'
Use the '--help' flag to see options.
TS5007 error: Can not resolve referenced file: 'c: \ Users \ neoag_000 \ Desktop \ Tutorials \ tsconfig.json'.
The terminal process ended with the exit code: 1
This is my tsconfig.json file:
{ "compilerOptions": { "sourceMap": true, "module": "commonjs" }, "exclude": [ "node_modules" ] }