Compare commits

...

1 Commits

Author SHA1 Message Date
konnorrogers
88673d28ec remove baseUrl from tsconfig for better dev experience 2023-08-21 16:52:29 -04:00
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"],