We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55b6cd commit 6274acfCopy full SHA for 6274acf
README.md
@@ -41,9 +41,11 @@ $ mocha --compilers ts:espower-typescript/guess spec/**/*.ts
41
42
Note: `'espower-typescript/guess'` is inspired by [intelli-espower-loader](https://github.com/azu/intelli-espower-loader)
43
44
-### tsconfig.json
+### tsconfig.json and CompilerOptions
45
46
-TODO
+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.
49
50
## License
51
0 commit comments