remove baseUrl from tsconfig for better dev experience (#1530)

This commit is contained in:
Konnor Rogers
2023-08-22 10:32:15 -04:00
committed by GitHub
parent a4fc1c5b44
commit 5d72bbd162
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"],