There was an error while loading. Please reload this page.
2 parents 604295c + c2485a1 commit 7fcf19eCopy full SHA for 7fcf19e
docs/quick/nodejs.md
@@ -59,7 +59,7 @@ package
59
60
* In your `tsconfig.json`
61
* 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.
+ * have `include: ["./src/**/*]"` < This includes all the files from the `src` dir.
63
64
* In your `package.json` have
65
* `"main": "lib/index"` < This tells NodeJS to load `lib/index.js`
0 commit comments