diff options
| author | Shinigami <[email protected]> | 2022-09-09 20:07:17 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-09 20:07:17 +0800 |
| commit | 0c6e9b16548614dc0ce91296e3885c9e421e4e99 (patch) | |
| tree | 49aa500525d26a8ac962fca4a7b026395cf694be /tsconfig.json | |
| parent | 83b61429fa710903e4a82fe655a6c196deb16fbd (diff) | |
| download | faker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.tar.xz faker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.zip | |
test: e2e tests (#1362)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
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"] |
