added ts config so that it could compile using absolute paths without error
This commit is contained in:
parent
6d71ca75a9
commit
df4a259131
4 changed files with 54 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2023"],
|
||||
"module": "ESNext",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue