mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
test(server): move tests out of src folder (#4366)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
"verbatimModuleSyntax": false,
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": ["./src", "package.json"],
|
||||
"exclude": ["dist", "node_modules", "./src/tests"],
|
||||
"include": ["src"],
|
||||
"exclude": ["dist", "lib", "tests"],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
|
||||
Reference in New Issue
Block a user