From 84172a12924e173680fa02205954f6305e0d44aa Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 13:40:17 +0200 Subject: Initial commit - project skeleton --- tsconfig.spec.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.spec.json (limited to 'tsconfig.spec.json') diff --git a/tsconfig.spec.json b/tsconfig.spec.json new file mode 100644 index 0000000..a8d4317 --- /dev/null +++ b/tsconfig.spec.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": [] +} -- cgit v1.2.3