Update tsconfig.base.json (#4563)

This commit is contained in:
Eric Nemchik 2022-05-04 17:03:50 -05:00 committed by Max Leiter
parent 2693a766f1
commit aa2e5b6834
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -19,5 +19,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"files": ["./package.json", "./src/**/*.d.ts"]
"files": ["./package.json"],
"include": ["./src/types/*"]
}