remove baseUrl from tsconfig for better dev experience

pull/1530/head
konnorrogers 2023-08-21 16:52:29 -04:00
rodzic 539eaded73
commit 88673d28ec
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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