1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Fix tsconfig.json

This commit is contained in:
Adria Navarro 2024-03-20 17:37:27 +01:00
parent 3749f198f9
commit c70b50277f

View file

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