link-stack/packages/metamigo-common/tsconfig.json
2023-03-10 08:26:51 +00:00

13 lines
301 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"paths": {
"@hapipal/schmervice": ["vendor/hapipal__schmervice"],
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["**/*.ts"],
"exclude": ["node_modules/**"]
}