From 58207728ddbe9afe7e936e7dcd643058a82e1461 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Mon, 5 Oct 2020 16:37:11 -0500 Subject: [PATCH] Move test files --- tsconfig-build.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig-build.json b/tsconfig-build.json index 81884d8..0a11719 100644 --- a/tsconfig-build.json +++ b/tsconfig-build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["./test/**/*.ts"] + "exclude": ["src/**/*.test.ts"] } diff --git a/tsconfig.json b/tsconfig.json index 8ae7e6b..34b3211 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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'. */,