Resolves an issue that caused the profiler from not being able to parse import paths.
This commit is contained in:
parent
1821607866
commit
aa512e93ef
@ -4,7 +4,13 @@
|
|||||||
"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…
Reference in New Issue
Block a user