Skip to content

Commit

Permalink
fix: lockfile and tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 27, 2021
1 parent 2d3ec99 commit 03799f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"compilerOptions": {
"module": "commonjs"
},
"include": [
"test/**/*"
]
"include": ["test/**/*"]
},
"compilerOptions": {
"rootDir": "src",
Expand All @@ -28,5 +26,5 @@
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
"exclude": ["test", "examples", "dist"]
}
"exclude": ["tests", "examples", "dist"]
}

0 comments on commit 03799f5

Please sign in to comment.