fix: config typescript

This commit is contained in:
Kazhnuz 2023-02-08 20:45:19 +01:00
parent 592c80b894
commit c53b73cb16

View file

@ -5,12 +5,13 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"lib": ["es2018", "dom", "esnext"],
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
],
}