Refactor metamigo-config
This commit is contained in:
parent
b3d8c3918e
commit
2ffb15b1f9
2 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
{
|
{
|
||||||
"extends": "tsconfig-link",
|
"extends": "tsconfig-link",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "build/main"
|
"incremental": true,
|
||||||
|
"outDir": "build/main",
|
||||||
|
"rootDir": "src",
|
||||||
|
"baseUrl": "./",
|
||||||
|
"types": ["jest", "node"]
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts", "**/.*.ts", "index.ts"],
|
"include": ["src/**/*.ts"],
|
||||||
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
|
"exclude": ["node_modules/**"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue