Skip to content

Commit 7fcf19e

Browse files
authored
Merge pull request basarat#320 from opeadeyomoye/patch-1
Add actual tsconfig.json configuration option.
2 parents 604295c + c2485a1 commit 7fcf19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ package
5959

6060
* In your `tsconfig.json`
6161
* have `compilerOptions`: `"outDir": "lib"` and `"declaration": true` < This generates declaration and js files in the lib folder
62-
* Include all the files from `src` < This includes all the files from the src dir.
62+
* have `include: ["./src/**/*]"` < This includes all the files from the `src` dir.
6363

6464
* In your `package.json` have
6565
* `"main": "lib/index"` < This tells NodeJS to load `lib/index.js`

0 commit comments

Comments
 (0)