fix(test/tsconfig): exclude test-plugin

This commit is contained in:
Joe Previte 2022-09-16 22:37:04 -07:00
parent d8e0dc96ac
commit 0b1cfc91d9
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"]
"include": ["./**/*.ts"],
"exclude": ["./unit/node/test-plugin"]
}