Skip to content

Commit

Permalink
Move test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 5, 2020
1 parent d40371a commit 5820772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig-build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["./test/**/*.ts"]
"exclude": ["src/**/*.test.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src/*.ts", "test/**/*.ts"],
"include": ["src/*.ts"],
"compilerOptions": {
/* Basic Options */
"target": "es2016" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
Expand Down

0 comments on commit 5820772

Please sign in to comment.