Fix tsconfig.json

This commit is contained in:
Adria Navarro 2024-03-20 17:37:27 +01:00
parent 3749f198f9
commit c70b50277f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{ {
"extends": "./tsconfig.build.json", "extends": "./tsconfig.build.json",
"compilerOptions": { "compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true, "composite": true,
"types": ["node", "jest"] "types": ["node", "jest"]
}, },