Fixes build to only include src folder

This commit is contained in:
David Losert
2023-03-01 07:43:00 +00:00
committed by GitHub
parent 1090cda9d5
commit 94e6fb6deb

View File

@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "__tests__"],
"include": ["src"],
"compilerOptions": {
"outDir": "./lib" /* Redirect output structure to the directory. */,
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */