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