Removes the path definition in the tsconfig profiler configuration so it doesn't overwrite the base config.

This commit is contained in:
Refringe 2023-11-06 15:23:22 -05:00
parent 76b6ee6ae1
commit 143eda42d1
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -4,13 +4,7 @@
"outDir": "obj", "outDir": "obj",
"declaration": true, "declaration": true,
"sourceMap": true, "sourceMap": true,
"noImplicitAny": false, "noImplicitAny": false
"baseUrl": ".",
"paths": {
"@spt-aki/*": [
"src/*"
]
}
}, },
"include": [ "include": [
"./types/**/*", "./types/**/*",