Fix tsconfig.json
This commit is contained in:
parent
3749f198f9
commit
c70b50277f
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"rootDir": "src",
|
||||
"composite": true,
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue