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