metamigo-api should depend on metamigo-cli
This commit is contained in:
parent
bb83d88eeb
commit
55d369ff8d
6 changed files with 16 additions and 8 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"extends": "tsconfig-link",
|
||||
"compilerOptions": {
|
||||
"lib": ["es2020", "DOM"],
|
||||
"incremental": true,
|
||||
"outDir": "build/main",
|
||||
"rootDir": "src",
|
||||
"baseUrl": "./",
|
||||
"skipLibCheck": true,
|
||||
"types": ["jest", "node"]
|
||||
"types": ["jest", "node"],
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules/**"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue