Removing baseUrl from tsconfig

This commit is contained in:
Collin Duncan 2024-03-12 13:01:41 +01:00
parent 7bc30f99d0
commit dd50bbec78
No known key found for this signature in database

View file

@ -9,7 +9,6 @@
"target": "es2017", "target": "es2017",
"sourceMap": true, "sourceMap": true,
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./",
"incremental": true, "incremental": true,
"skipLibCheck": true, "skipLibCheck": true,
"strictNullChecks": true, "strictNullChecks": true,