Skip to content

Commit

Permalink
docs: autocomplete configuration (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Jan 23, 2022
1 parent d5fcc02 commit 7b1f547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -33,6 +33,7 @@ Note that different platforms (e.g. Windows) may use different path separators s
const tsj = require("ts-json-schema-generator");
const fs = require("fs");

/** @type {import('ts-json-schema-generator/dist/src/Config').Config} */
const config = {
path: "path/to/source/file",
tsconfig: "path/to/tsconfig.json",
Expand Down

0 comments on commit 7b1f547

Please sign in to comment.