Fix tsconfig

This commit is contained in:
Adria Navarro 2024-12-20 11:55:47 +01:00
parent 1c4a1c6b99
commit e70dc86202
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"assets/*": ["./assets/*"],