chore(server): ignore build test files (#4337)

This commit is contained in:
Alex Yang 2023-09-12 23:41:17 -07:00 committed by GitHub
parent 74faee887e
commit 49e0172316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@
"verbatimModuleSyntax": false,
"rootDir": "./src"
},
"include": ["src", "package.json"],
"exclude": ["dist", "node_modules"],
"include": ["./src", "package.json"],
"exclude": ["dist", "node_modules", "./src/tests"],
"references": [
{
"path": "./tsconfig.node.json"