remove baseUrl from tsconfig for better dev experience

This commit is contained in:
konnorrogers
2023-08-21 16:52:29 -04:00
parent 539eaded73
commit 88673d28ec
2 changed files with 0 additions and 2 deletions

View File

@@ -28,7 +28,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": true,
"baseUrl": ".",
"types": [
"mocha",
"user-agent-data-types"

View File

@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./src"
},
"include": ["src"],