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" }