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": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} },
"lib": ["es2018", "dom", "esnext"],
}, },
"references": [ "references": [
{ {
"path": "./tsconfig.config.json" "path": "./tsconfig.config.json"
} }
] ],
} }