Skip to content

Commit 6274acf

Browse files
committed
doc(readme): add docs for tsconfig.json
1 parent c55b6cd commit 6274acf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ $ mocha --compilers ts:espower-typescript/guess spec/**/*.ts
4141

4242
Note: `'espower-typescript/guess'` is inspired by [intelli-espower-loader](https://github.com/azu/intelli-espower-loader)
4343

44-
### tsconfig.json
44+
### tsconfig.json and CompilerOptions
4545

46-
TODO
46+
If [tsconfig.json](https://github.com/Microsoft/TypeScript/wiki/tsconfig.json) is in cwd, `guess` load it automatically.
47+
48+
Note: only `compilerOptions` field is applied.
4749

4850
## License
4951

0 commit comments

Comments
 (0)