mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
test(server): move tests out of src folder (#4366)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
"outDir": "./lib/scripts"
|
||||
},
|
||||
"include": ["./src/scripts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user