Compare commits

...

1 Commits

Author SHA1 Message Date
3236feb4e5 Added examples/ to tsconfig. 2024-07-17 18:20:43 -04:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/**
* Converted from mocha to vitest and refactored to TypeScript by David A. Ball. (c) 2024.
*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").

View File

@ -10,6 +10,7 @@
},
"include": [
"src/**/*",
"tests/**/*"
"tests/**/*",
"examples/**/*",
]
}