mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-25 22:01:51 -05:00
show an error if --showConfig is enabled and tsconfig.json does not exist (#35723)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
a39a675696
commit
320adf5ce0
@@ -3329,6 +3329,10 @@
|
||||
"category": "Error",
|
||||
"code": 5080
|
||||
},
|
||||
"Cannot find a tsconfig.json file at the current directory: {0}.": {
|
||||
"category": "Error",
|
||||
"code": 5081
|
||||
},
|
||||
|
||||
"Generates a sourcemap for each corresponding '.d.ts' file.": {
|
||||
"category": "Message",
|
||||
|
||||
Reference in New Issue
Block a user