refactor(core): Support writing tests in cli/src (no-changelog) (#9646)

This commit is contained in:
Iván Ovejero
2024-06-06 12:18:47 +02:00
committed by GitHub
parent b45f3dc9fb
commit 65cd2e8803
3 changed files with 8 additions and 4 deletions

View File

@@ -6,5 +6,5 @@
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
"exclude": ["test/**", "src/**/__tests__/**"]
}

View File

@@ -8,7 +8,9 @@
"baseUrl": "src",
"paths": {
"@/*": ["./*"],
"@db/*": ["./databases/*"]
"@db/*": ["./databases/*"],
"@test/*": ["../test/shared/*"],
"@test-integration/*": ["../test/integration/shared/*"]
},
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
// TODO: remove all options below this line