Removes the path
definition in the tsconfig profiler configuration so it doesn't overwrite the base config.
This commit is contained in:
parent
76b6ee6ae1
commit
143eda42d1
@ -4,13 +4,7 @@
|
||||
"outDir": "obj",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@spt-aki/*": [
|
||||
"src/*"
|
||||
]
|
||||
}
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": [
|
||||
"./types/**/*",
|
||||
|
Loading…
Reference in New Issue
Block a user