{
"extends": "./tsconfig.json",
"compilerOptions": { "rootDir": "src" },
"include": ["src/**/*.ts"],
"exclude": ["**/*.spec.ts"]
}