13 lines
301 B
JSON
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/**"]
|
|
}
|