link-stack/packages/metamigo-common/tsconfig.json

14 lines
301 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"paths": {
"@hapipal/schmervice": ["vendor/hapipal__schmervice"],
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["**/*.ts"],
"exclude": ["node_modules/**"]
}