To create a JSON file in TypeScript, you need to follow these steps:
index.ts80 chars6 lines
index.ts39 chars2 lines
index.ts68 chars4 lines
The writeFileSync
method synchronously writes the jsonData
string to a file named data.json
.
The complete TypeScript code would look like this:
index.ts188 chars11 lines
gistlibby LogSnag