Skip to content

Commit

Permalink
Restrict TS to files inside src (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 23, 2021
1 parent 4adac42 commit ea267c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,5 +1,5 @@
{
"exclude": ["integrationTests/ts/**/*"],
"include": ["src/**/*"],
"compilerOptions": {
"module": "commonjs",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
Expand Down

0 comments on commit ea267c7

Please sign in to comment.