Refactor metamigo-common

This commit is contained in:
Abel Luck 2023-03-13 11:12:50 +00:00
parent cae0071851
commit b3d8c3918e
32 changed files with 5 additions and 14 deletions

View file

@ -1,13 +1,12 @@
{
"extends": "../tsconfig.json",
"extends": "tsconfig-link",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"paths": {
"@hapipal/schmervice": ["vendor/hapipal__schmervice"],
"*": ["node_modules/@types/*", "*"]
}
"rootDir": "src",
"baseUrl": "./",
"types": ["jest", "node"]
},
"include": ["**/*.ts"],
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}