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",
|
"outDir": "obj",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
|
||||||
"@spt-aki/*": [
|
|
||||||
"src/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./types/**/*",
|
"./types/**/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user