{ "extends": ["//"], "tasks": { "build": { "dependsOn": [], "outputs": ["dist/**"], "inputs": [ "src/**", "package.json", "tsconfig.json", "!**/*.test.ts", "!**/*.spec.ts", "!**/test/**", "!**/tests/**", "!**/__tests__/**" ] } } }