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 52d3248 commit dee2380Copy full SHA for dee2380
README.md
@@ -27,7 +27,7 @@ You do not need fusebox, can be used with any project
27
const { TypeChecker } = require('fuse-box-typechecker');
28
29
const testSync = TypeChecker({
30
- tsConfig: './tsconfig.json',
+ tsConfig: './tsconfig.json', // optional
31
basePath:'./',
32
tsLint:'./tslint.json', //optional
33
name: 'Test Sync'
0 commit comments