From 0c79af9ae29c32119f5ee3c522dea3e9cc534a7e Mon Sep 17 00:00:00 2001 From: bertieb Date: Thu, 11 Feb 2021 18:20:00 +0000 Subject: [PATCH] Include dice.ts so tests compile correctly --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 45e2b14..6614168 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -66,5 +66,6 @@ /* Advanced Options */ "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ - } + }, + "include": "dice.ts" }