aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-09-09 20:07:17 +0800
committerGitHub <[email protected]>2022-09-09 20:07:17 +0800
commit0c6e9b16548614dc0ce91296e3885c9e421e4e99 (patch)
tree49aa500525d26a8ac962fca4a7b026395cf694be /tsconfig.json
parent83b61429fa710903e4a82fe655a6c196deb16fbd (diff)
downloadfaker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.tar.xz
faker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.zip
test: e2e tests (#1362)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1944ff18..f96902eb 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,8 @@
// "noImplicitAny": true,
// "noImplicitThis": true,
"useUnknownInCatchVariables": true,
- "stripInternal": true
+ "stripInternal": true,
+ "baseUrl": "."
},
"include": ["src/**/*"],
"exclude": ["node_modules"]