refactor(core): Support writing tests in cli/src (no-changelog) (#9646)
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["test/**"]
|
||||
"exclude": ["test/**", "src/**/__tests__/**"]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user