test: add tests directory to tsconfig
This commit is contained in:
parent
c3d461f102
commit
3dccbfc797
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
// "noImplicitReturns": true
|
// "noImplicitReturns": true
|
||||||
},
|
},
|
||||||
"include": ["src", "package.json", "reset.d.ts"]
|
"include": ["src", "tests", "package.json", "reset.d.ts"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue